From f2af11112c5bbdd30f3e2b0a94d317e079ed0845 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 2 Jul 2025 11:04:11 -0700 Subject: [PATCH] more tests --- tests/app/notifications/test_receive_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/notifications/test_receive_notification.py b/tests/app/notifications/test_receive_notification.py index 04e3c6686..d78e729a0 100644 --- a/tests/app/notifications/test_receive_notification.py +++ b/tests/app/notifications/test_receive_notification.py @@ -446,7 +446,7 @@ def test_receive_sns_sms_success(client, app): content="Hello there!", from_number="+14255550182", provider_ref="abc-123", - date_received="2025-07-02T10:00:00:000Z", + date_received="2025-07-01T10:00:00:000Z", provider_name="sns", ) mock_task.assert_called_once_with(["inbound-id", "service-id"], queue="notify")