Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Nov 23, 2023
1 parent f6747d2 commit c8372fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/app/v2/notifications/test_post_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c8372fb

Please sign in to comment.