Add comment to unit tests, specifying where else changes need to be made

This commit is contained in:
Shreya 2021-03-01 18:00:52 +05:30
parent f9ea196b98
commit 7b0f35b8a4
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ from monkey_island.cc.services.config import ConfigService
IPS = ["0.0.0.0", "9.9.9.9"]
PORT = 9999
# If tests fail because config path is changed, sync with
# monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/RunOptions.js
@pytest.fixture
def config(monkeypatch):