Antother style fix

This commit is contained in:
Anton Ivashkin 2024-11-18 16:18:36 +01:00
parent fb4e1feb16
commit 9917dc66d4
2 changed files with 2 additions and 6 deletions

View File

@ -121,6 +121,4 @@ def test_cluster_discovery_startup_and_stop(start_cluster):
)
# cleanup
nodes["node0"].query(
"DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC"
)
nodes["node0"].query("DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC")

View File

@ -124,6 +124,4 @@ def test_cluster_discovery_with_auxiliary_keeper_startup_and_stop(start_cluster)
)
# cleanup
nodes["node0"].query(
"DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC"
)
nodes["node0"].query("DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC")