UT: Remove debug print statement

This commit is contained in:
Mike Salvatore 2022-09-21 10:09:25 -04:00
parent d514ac283c
commit 41dbb92eef
1 changed files with 0 additions and 1 deletions
monkey/tests/unit_tests/monkey_island/cc/resources

View File

@ -31,7 +31,6 @@ def flask_client(build_flask_client):
def test_agent_registration(flask_client):
print(AGENTS_URL)
resp = flask_client.post(
AGENTS_URL,
json=AGENT_REGISTRATION_DICT,