forked from p15670423/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):
|
def test_agent_registration(flask_client):
|
||||||
print(AGENTS_URL)
|
|
||||||
resp = flask_client.post(
|
resp = flask_client.post(
|
||||||
AGENTS_URL,
|
AGENTS_URL,
|
||||||
json=AGENT_REGISTRATION_DICT,
|
json=AGENT_REGISTRATION_DICT,
|
||||||
|
|
Loading…
Reference in New Issue