From 6c60f5d849c967e49f6f27acf33c57c6f6929a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 28 Apr 2015 13:44:38 +0200 Subject: [PATCH] Remove a print sentence --- tests/integration/test_projects.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_projects.py b/tests/integration/test_projects.py index 58fe1961..d533a966 100644 --- a/tests/integration/test_projects.py +++ b/tests/integration/test_projects.py @@ -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