Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWang committed Jul 16, 2024
1 parent 86355f1 commit 73d7904
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 73d7904

Please sign in to comment.