more tests

This commit is contained in:
Kenneth Kehl
2025-07-02 11:24:32 -07:00
parent f2af11112c
commit b0c910ee6f

View File

@@ -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")