Skip to content

Commit

Permalink
Changed test for correct value of retry period for sms high
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Oct 26, 2023
1 parent d80087a commit eaebf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/notifications/test_process_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ def test_db_save_and_send_notification_throws_exception_deletes_notification(
(EMAIL_TYPE, PRIORITY, 48, 300),
(SMS_TYPE, BULK, 48, 300),
(SMS_TYPE, NORMAL, 48, 300),
(SMS_TYPE, PRIORITY, 48, 26),
(SMS_TYPE, PRIORITY, 48, 25),
],
)
def test_delivery_task_parameters(self, notification_type, process_type, expected_retry, expected_retry_period):
Expand Down

0 comments on commit eaebf11

Please sign in to comment.