Remove a print sentence
parent
c8da398b96
commit
6c60f5d849
|
@ -320,5 +320,4 @@ def test_create_and_use_template(client):
|
||||||
"creation_template": template_id,
|
"creation_template": template_id,
|
||||||
}
|
}
|
||||||
response = client.json.post(url, json.dumps(data))
|
response = client.json.post(url, json.dumps(data))
|
||||||
print(response.content)
|
|
||||||
assert response.status_code == 201
|
assert response.status_code == 201
|
||||||
|
|
Loading…
Reference in New Issue