Automatic style fix

This commit is contained in:
robot-clickhouse 2023-07-12 09:26:01 +00:00
parent b4723ca8df
commit 881a45ec83

View File

@ -983,7 +983,15 @@ class ClickhouseIntegrationTestsRunner:
result_state = "success" result_state = "success"
test_result = [] test_result = []
for state in ("ERROR", "FAILED", "PASSED", "SKIPPED", "FLAKY", "BROKEN", "NOT_FAILED"): for state in (
"ERROR",
"FAILED",
"PASSED",
"SKIPPED",
"FLAKY",
"BROKEN",
"NOT_FAILED",
):
if state == "PASSED": if state == "PASSED":
text_state = "OK" text_state = "OK"
elif state == "FAILED": elif state == "FAILED":