Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWang committed Jul 18, 2024
1 parent 791f306 commit e5176ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def clean_test_data(self):
)
except Exception as e:
logger.error("Clean test data failed: %s", e)
finally:
os.environ["GRAVITINO_USER"] = ""

def init_test_env(self):
self.gravitino_admin_client.create_metalake(
Expand Down

0 comments on commit e5176ca

Please sign in to comment.