diff --git a/tests/unit/services/test_config.py b/tests/unit/services/test_config.py index 0f81dca3..d9f40a26 100644 --- a/tests/unit/services/test_config.py +++ b/tests/unit/services/test_config.py @@ -217,7 +217,7 @@ def test_default_config_handler_success(default_config_handler, item, expected): ) def test_config_service_converts_type( monkeypatch: pytest.MonkeyPatch, - fake_services, # Has to be intantiated before `fake_process` as it calls lsb_release + fake_services, # Has to be instantiated before `fake_process` as it calls lsb_release fake_process: pytest_subprocess.FakeProcess, item: str, environment_variables: dict[str, str],