From 52dfad190dc2bb938f68464d42f69bd80ea1b422 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Wed, 6 Nov 2024 15:46:58 +0000 Subject: [PATCH] Automatic style fix --- tests/ci/test_ci_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ci/test_ci_config.py b/tests/ci/test_ci_config.py index 03f28983262..65418310c31 100644 --- a/tests/ci/test_ci_config.py +++ b/tests/ci/test_ci_config.py @@ -39,7 +39,8 @@ class TestCIConfig(unittest.TestCase): CI.BuildNames.PACKAGE_AARCH64_ASAN, ): self.assertTrue( - CI.JOB_CONFIGS[job].runner_type in (CI.Runners.BUILDER_AARCH64,), + CI.JOB_CONFIGS[job].runner_type + in (CI.Runners.BUILDER_AARCH64,), f"Job [{job}] must have [{CI.Runners.BUILDER_AARCH64}] runner", ) else: