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 98cd8a4 commit cade7c5Copy full SHA for cade7c5
test/test_core.py
@@ -615,8 +615,8 @@ def table_client_settings(self):
615
@pytest.fixture(scope="class")
616
def driver_config_for_credentials(self, table_client_settings):
617
url = config.db_url
618
- endpoint=f"grpc://{url.host}:{url.port}"
619
- database=url.database
+ endpoint = f"grpc://{url.host}:{url.port}"
+ database = url.database
620
621
yield ydb.DriverConfig(
622
endpoint=endpoint,
0 commit comments