diff --git a/tests/app/notifications/test_process_notification.py b/tests/app/notifications/test_process_notification.py index 25aa093630..20b0a6962f 100644 --- a/tests/app/notifications/test_process_notification.py +++ b/tests/app/notifications/test_process_notification.py @@ -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):