Skip to content

Commit

Permalink
receive notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Nov 11, 2024
1 parent b875259 commit 58d383e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/app/notifications/test_receive_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ def test_receive_sns_sms_inbound_disabled(mocker):


def test_receive_sns_sms_no_service_found(mocker):

mocker.patch(
"app.notifications.receive_notifications.tasks.send_inbound_sms_to_service.apply_async"
)
current_app.config["RECEIVE_INBOUND_SMS"] = True
response, status_code = receive_sns_sms()
mock_sns_handler = mocker.patch(
Expand Down

0 comments on commit 58d383e

Please sign in to comment.