mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
fix tests
This commit is contained in:
@@ -308,10 +308,10 @@ def test_replay_created_notifications(notify_db_session, sample_service, mocker)
|
|||||||
|
|
||||||
replay_created_notifications()
|
replay_created_notifications()
|
||||||
email_delivery_queue.assert_called_once_with(
|
email_delivery_queue.assert_called_once_with(
|
||||||
[str(old_email.id)], queue="send-email-tasks"
|
[str(old_email.id)], queue="send-email-tasks", countdown=30
|
||||||
)
|
)
|
||||||
sms_delivery_queue.assert_called_once_with(
|
sms_delivery_queue.assert_called_once_with(
|
||||||
[str(old_sms.id)], queue="send-sms-tasks"
|
[str(old_sms.id)], queue="send-sms-tasks", countdown=30
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user