From 4b6ade18b2a7dd43e06ba838460a9b76d313af10 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Tue, 8 Aug 2023 20:06:59 +0000 Subject: [PATCH] Automatic style fix --- tests/integration/test_system_flush_logs/test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_system_flush_logs/test.py b/tests/integration/test_system_flush_logs/test.py index 186dbc217c5..5bf3eff8b2d 100644 --- a/tests/integration/test_system_flush_logs/test.py +++ b/tests/integration/test_system_flush_logs/test.py @@ -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