From a2c5a7f1da43584117fc07b7dd88d41b36c86c86 Mon Sep 17 00:00:00 2001 From: Ivan Yordanov Date: Mon, 2 Oct 2023 21:25:44 +0300 Subject: [PATCH] chore: typing --- tests/component_handlers/schema_handler/test_schema_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/component_handlers/schema_handler/test_schema_handler.py b/tests/component_handlers/schema_handler/test_schema_handler.py index 8f5b0f29e..faf54ba09 100644 --- a/tests/component_handlers/schema_handler/test_schema_handler.py +++ b/tests/component_handlers/schema_handler/test_schema_handler.py @@ -141,7 +141,7 @@ def test_should_raise_value_error_if_schema_provider_class_not_found(): ], ) def test_should_raise_value_error_when_schema_provider_is_called_and_components_module_is_empty( - components_module, + components_module: str, ): config_enable = PipelineConfig( defaults_path=Path("fake"),