Fix test where the year was static

Remove print
This commit is contained in:
Rebecca Law
2019-04-01 11:43:02 +01:00
parent d83ee6171e
commit a47ecf0711
2 changed files with 2 additions and 1 deletions

View File

@@ -340,7 +340,6 @@ def test_fetch_notification_status_totals_for_all_services_works_in_bst(
)
assert len(results) == 3
print(results)
assert results[0].notification_type == 'email'
assert results[0].status == 'delivered'