mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Update test
This commit is contained in:
parent
a05610c38f
commit
abe8f29bf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user