Skip to content

Commit e4cd3eb

Browse files
authored
Update tests/auth/test_credentials.py
1 parent d036843 commit e4cd3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auth/test_credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def stop(self):
5858
self.server.wait_for_termination()
5959

6060
def get_endpoint(self):
61-
return "[::]:54321"
61+
return "localhost:54321"
6262

6363

6464
class TestServiceAccountCredentials(ydb.iam.ServiceAccountCredentials):

0 commit comments

Comments
 (0)