diff --git a/tests/app/notifications/test_receive_notification.py b/tests/app/notifications/test_receive_notification.py index d78e729a0..7796c376b 100644 --- a/tests/app/notifications/test_receive_notification.py +++ b/tests/app/notifications/test_receive_notification.py @@ -449,4 +449,4 @@ def test_receive_sns_sms_success(client, app): date_received="2025-07-01T10:00:00:000Z", provider_name="sns", ) - mock_task.assert_called_once_with(["inbound-id", "service-id"], queue="notify") + mock_task.assert_called_once_with(["inbound-id", "service-id"], queue="notify-internal-tasks")