mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +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
|
||||
nodes["node0"].query(
|
||||
"DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC"
|
||||
)
|
||||
nodes["node0"].query("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
|
||||
nodes["node0"].query(
|
||||
"DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC"
|
||||
)
|
||||
nodes["node0"].query("DROP TABLE tbl ON CLUSTER 'test_auto_cluster' SYNC")
|
||||
|
Loading…
Reference in New Issue
Block a user