From 6314d7a44c3fa37106fbfbabd85b2e3580d6e840 Mon Sep 17 00:00:00 2001 From: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:31:17 +0100 Subject: [PATCH] Fix section translations check (#133683) --- tests/components/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/conftest.py b/tests/components/conftest.py index e95147b8664..534c471bf83 100644 --- a/tests/components/conftest.py +++ b/tests/components/conftest.py @@ -684,7 +684,7 @@ async def _check_step_or_section_translations( description_placeholders, data_value.schema, ) - return + continue iqs_config_flow = _get_integration_quality_scale_rule( integration, "config-flow" )