Oops it missed the limit

This commit is contained in:
Rebecca Law
2018-12-20 17:03:46 +00:00
parent d8a0a3f5ab
commit 67cffc22b6

View File

@@ -182,7 +182,7 @@ def test_delete_notifications_does_try_to_delete_from_s3_when_letter_has_not_bee
create_notification(template=letter_template, status='sending',
reference='LETTER_REF')
delete_notifications_created_more_than_a_week_ago_by_type('email')
delete_notifications_created_more_than_a_week_ago_by_type('email', qry_limit=1)
mock_get_s3.assert_not_called()