diff --git a/tests/app/v2/notifications/test_post_notifications.py b/tests/app/v2/notifications/test_post_notifications.py index 7847c89164..84b868168d 100644 --- a/tests/app/v2/notifications/test_post_notifications.py +++ b/tests/app/v2/notifications/test_post_notifications.py @@ -1772,7 +1772,6 @@ def __send_sms(): response = __send_sms() # send the 11th fragment assert response.status_code == 429 # Ensure send is blocked - def test_API_BULK_sends_warning_emails_and_blocks_sends(self, notify_api, client, notify_db, notify_db_session, mocker): # test setup mocker.patch("app.sms_normal_publish.publish")