diff --git a/monkey/tests/unit_tests/monkey_island/cc/setup/test_server_setup.py b/monkey/tests/unit_tests/monkey_island/cc/setup/test_server_setup.py index c3a6ee636..e564c7c81 100644 --- a/monkey/tests/unit_tests/monkey_island/cc/setup/test_server_setup.py +++ b/monkey/tests/unit_tests/monkey_island/cc/setup/test_server_setup.py @@ -37,7 +37,7 @@ def create_server_config(config_contents: str, server_config_path: Path): @pytest.fixture(autouse=True) def mock_deployment_config_path(monkeypatch, deployment_server_config_path): monkeypatch.setattr( - "monkey_island.cc.setup.config_setup.DEFAULT_SERVER_CONFIG_PATH", + "monkey_island.cc.setup.config_setup.PACKAGE_CONFIG_PATH", deployment_server_config_path, )