Remove a print sentence

remotes/origin/enhancement/email-actions
David Barragán Merino 2015-04-28 13:44:38 +02:00
parent c8da398b96
commit 6c60f5d849
1 changed files with 0 additions and 1 deletions

View File

@ -320,5 +320,4 @@ def test_create_and_use_template(client):
"creation_template": template_id,
}
response = client.json.post(url, json.dumps(data))
print(response.content)
assert response.status_code == 201