mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Removed print
This commit is contained in:
@@ -193,7 +193,6 @@ def test_get_template_statistics_by_id_returns_last_notification(
|
|||||||
|
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
json_resp = json.loads(response.get_data(as_text=True))['data']
|
json_resp = json.loads(response.get_data(as_text=True))['data']
|
||||||
print(json_resp)
|
|
||||||
assert json_resp['id'] == str(notification_3.id)
|
assert json_resp['id'] == str(notification_3.id)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user