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 ):