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)