From eda137918007dc893f140946db7cee203c2cad0d Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Fri, 21 Apr 2023 19:04:36 +0000 Subject: [PATCH] Automatic style fix --- docker/test/util/process_functional_tests_result.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/test/util/process_functional_tests_result.py b/docker/test/util/process_functional_tests_result.py index e0f2fbddd2a..3c1c6e2a795 100755 --- a/docker/test/util/process_functional_tests_result.py +++ b/docker/test/util/process_functional_tests_result.py @@ -82,7 +82,9 @@ def process_test_log(log_path, broken_tests): test_name, "FAIL", test_time, - ["Test is expected to fail! Please, update broken_tests.txt!\n"], + [ + "Test is expected to fail! Please, update broken_tests.txt!\n" + ], ) ) else: