UT: fixed the path to consts in test_server_setup.py

This commit is contained in:
VakarisZ 2021-11-29 17:27:26 +02:00
parent ffe9a65037
commit 68ea983458
1 changed files with 1 additions and 1 deletions

View File

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