From d500ebcb733afd7ab6f0360d4dde2655f455efed Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Tue, 10 Oct 2023 14:21:35 +0000 Subject: [PATCH] Automatic style fix --- tests/integration/test_disk_over_web_server/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_disk_over_web_server/test.py b/tests/integration/test_disk_over_web_server/test.py index eaec534390c..7695d235425 100644 --- a/tests/integration/test_disk_over_web_server/test.py +++ b/tests/integration/test_disk_over_web_server/test.py @@ -143,7 +143,7 @@ def test_usage(cluster, node_name): ) # to check right handling of paths in disk web - node2.query("SELECT count() FROM system.remote_data_paths"); + node2.query("SELECT count() FROM system.remote_data_paths") node2.query("DROP TABLE test{} SYNC".format(i)) print(f"Ok {i}")