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"),