forked from p15670423/monkey
Add comment to unit tests, specifying where else changes need to be made
This commit is contained in:
parent
f9ea196b98
commit
7b0f35b8a4
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue