Try fix integration test - second attempt

This commit is contained in:
Christoph Wurm 2024-11-04 14:51:43 +00:00
parent c7f9704058
commit 47b1b2c158

View File

@ -368,7 +368,7 @@ def test_insert_quorum_with_ttl(started_cluster):
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"
"DROP TABLE IF EXISTS test_insert_quorum_with_keeper_loss ON CLUSTER cluster"
)
create_query = (
"CREATE TABLE test_insert_quorum_with_keeper_loss"