mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
Antother style fix
This commit is contained in:
parent
fb4e1feb16
commit
9917dc66d4
@ -121,6 +121,4 @@ def test_cluster_discovery_startup_and_stop(start_cluster):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
nodes["node0"].query(
|
nodes["node0"].query("DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC")
|
||||||
"DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC"
|
|
||||||
)
|
|
||||||
|
@ -124,6 +124,4 @@ def test_cluster_discovery_with_auxiliary_keeper_startup_and_stop(start_cluster)
|
|||||||
)
|
)
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
nodes["node0"].query(
|
nodes["node0"].query("DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC")
|
||||||
"DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC"
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user