assert unused value in test_replicated_merge_tree_compatibility

This commit is contained in:
nvartolomei 2022-10-12 18:12:25 +01:00 committed by GitHub
parent 87b77094f0
commit ea47ab1400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,4 +73,4 @@ def test_replicated_merge_tree_defaults_compatibility(started_cluster):
node2.restart_with_latest_version()
node1.query(create_query.format(replica=1))
node1.query("EXISTS TABLE test.table") == "1\n"
assert node1.query("EXISTS TABLE test.table") == "1\n"