From 3006c7af5414822d9b84030d61708deb0ac08f57 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 24 Aug 2016 10:59:33 +0100 Subject: [PATCH] Removed print --- tests/app/template_statistics/test_rest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/template_statistics/test_rest.py b/tests/app/template_statistics/test_rest.py index 5a4206d7f..1e85d0165 100644 --- a/tests/app/template_statistics/test_rest.py +++ b/tests/app/template_statistics/test_rest.py @@ -193,7 +193,6 @@ def test_get_template_statistics_by_id_returns_last_notification( assert response.status_code == 200 json_resp = json.loads(response.get_data(as_text=True))['data'] - print(json_resp) assert json_resp['id'] == str(notification_3.id)