Skip to content

Commit cade7c5

Browse files
author
kabulov kozim
committed
fix style tests
1 parent 98cd8a4 commit cade7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,8 @@ def table_client_settings(self):
615615
@pytest.fixture(scope="class")
616616
def driver_config_for_credentials(self, table_client_settings):
617617
url = config.db_url
618-
endpoint=f"grpc://{url.host}:{url.port}"
619-
database=url.database
618+
endpoint = f"grpc://{url.host}:{url.port}"
619+
database = url.database
620620

621621
yield ydb.DriverConfig(
622622
endpoint=endpoint,

0 commit comments

Comments
 (0)