attempt to fix irrelevant test

This commit is contained in:
Yakov Olkhovskiy 2024-11-05 01:58:23 +00:00
parent 097b45bf5a
commit f08379fa18

View File

@ -366,7 +366,7 @@ def test_insert_quorum_with_ttl(started_cluster):
zero.query("DROP TABLE IF EXISTS test_insert_quorum_with_ttl ON CLUSTER cluster")
def test_insert_quorum_with_keeper_loss_connection():
def test_insert_quorum_with_keeper_loss_connection(started_cluster):
zero.query(
"DROP TABLE IF EXISTS test_insert_quorum_with_keeper_fail ON CLUSTER cluster"
)