From d55a0bd6865c19766d0b862f1477460610e86dc6 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Mon, 6 Nov 2023 15:04:45 +0000 Subject: [PATCH] Automatic style fix --- tests/integration/test_storage_s3_queue/test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_storage_s3_queue/test.py b/tests/integration/test_storage_s3_queue/test.py index c57946f6c08..b162b7b7c9a 100644 --- a/tests/integration/test_storage_s3_queue/test.py +++ b/tests/integration/test_storage_s3_queue/test.py @@ -915,6 +915,8 @@ def test_drop_table(started_cluster): started_cluster, files_path, files_to_generate, start_ind=0, row_num=1 ) create_mv(node, table_name, dst_table_name) - node.wait_for_log_line(f"StorageS3Queue ({table_name}): Started streaming to 1 attached views") + node.wait_for_log_line( + f"StorageS3Queue ({table_name}): Started streaming to 1 attached views" + ) node.query(f"DROP TABLE {table_name} SYNC") node.wait_for_log_line(f"StorageS3Queue ({table_name}): Table is being dropped")