Update test

This commit is contained in:
Kseniia Sumarokova 2024-09-11 17:32:20 +02:00 committed by GitHub
parent a05610c38f
commit abe8f29bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -663,7 +663,7 @@ def test_multiple_tables_meta_mismatch(started_cluster):
)
except QueryRuntimeException as e:
assert (
"Table columns structure in ZooKeeper is different from local table structure"
"Existing table metadata in ZooKeeper differs in columns"
in str(e)
)
failed = True