mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
more tests
This commit is contained in:
@@ -449,4 +449,4 @@ def test_receive_sns_sms_success(client, app):
|
|||||||
date_received="2025-07-01T10:00:00:000Z",
|
date_received="2025-07-01T10:00:00:000Z",
|
||||||
provider_name="sns",
|
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")
|
||||||
|
|||||||
Reference in New Issue
Block a user