Automatic style fix

This commit is contained in:
robot-clickhouse 2023-08-08 20:06:59 +00:00
parent 2637308207
commit 4b6ade18b2

View File

@ -46,7 +46,10 @@ def test_system_logs(flush_logs, table, exists):
node.query(q)
else:
response = node.query_and_get_error(q)
assert "Table {} doesn't exist".format(table) in response or "Unknown table expression identifier '{}'".format(table) in response
assert (
"Table {} doesn't exist".format(table) in response
or "Unknown table expression identifier '{}'".format(table) in response
)
# Logic is tricky, let's check that there is no hang in case of message queue