xloya commented on code in PR #4011:
URL: https://github.com/apache/gravitino/pull/4011#discussion_r1682657924


##########
clients/client-python/tests/unittests/auth/test_simple_auth_provider.py:
##########
@@ -50,3 +50,4 @@ def test_auth_provider(self):
             token[len(AuthConstants.AUTHORIZATION_BASIC_HEADER) :]
         ).decode("utf-8")
         self.assertEqual(f"{user}:dummy", token_string)
+        os.environ["GRAVITINO_USER"] = ""

Review Comment:
   @noidname01 How about set it to the origin value, rather than set it to 
empty string?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to