mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Oops it missed the limit
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user