Automatic style fix

This commit is contained in:
robot-clickhouse 2024-09-11 15:42:04 +00:00
parent abe8f29bf8
commit c0a42ef877

View File

@ -662,10 +662,7 @@ def test_multiple_tables_meta_mismatch(started_cluster):
}, },
) )
except QueryRuntimeException as e: except QueryRuntimeException as e:
assert ( assert "Existing table metadata in ZooKeeper differs in columns" in str(e)
"Existing table metadata in ZooKeeper differs in columns"
in str(e)
)
failed = True failed = True
assert failed is True assert failed is True