fix or remove skipped tests

This commit is contained in:
Kenneth Kehl
2025-08-29 08:04:56 -07:00
parent 8d39c142a0
commit 1bf04e4647

View File

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