forked from p34709852/monkey
UT: Remove debug print statement
This commit is contained in:
parent
d514ac283c
commit
41dbb92eef
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue