We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d036843 commit e4cd3ebCopy full SHA for e4cd3eb
tests/auth/test_credentials.py
@@ -58,7 +58,7 @@ def stop(self):
58
self.server.wait_for_termination()
59
60
def get_endpoint(self):
61
- return "[::]:54321"
+ return "localhost:54321"
62
63
64
class TestServiceAccountCredentials(ydb.iam.ServiceAccountCredentials):
0 commit comments