From 1bf04e46475bac59318edae9db1cf73f6a1e64d6 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 29 Aug 2025 08:04:56 -0700 Subject: [PATCH] fix or remove skipped tests --- .../service/send_notification/test_send_one_off_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/service/send_notification/test_send_one_off_notification.py b/tests/app/service/send_notification/test_send_one_off_notification.py index 92d329b06..42a2d744e 100644 --- a/tests/app/service/send_notification/test_send_one_off_notification.py +++ b/tests/app/service/send_notification/test_send_one_off_notification.py @@ -97,7 +97,7 @@ def test_send_one_off_notification_calls_persist_correctly_for_sms( ) -@pytest.mark.skip("We currently don't support international") +# @pytest.mark.skip("We currently don't support international") def test_send_one_off_notification_calls_persist_correctly_for_international_sms( persist_mock, celery_mock, notify_db_session ):