Remove firetext from notifications_sms_callback.py

This commit is contained in:
Ryan Ahearn
2022-12-22 08:44:04 -05:00
parent 77afecf8d2
commit 44a4b2d1a9
4 changed files with 66 additions and 173 deletions

View File

@@ -262,7 +262,7 @@ def test_strip_leading_country_code(number, expected):
["", [], 401],
["testkey", [], 403],
])
def test_mmg_inbound_sms_auth(notify_db_session, notify_api, client, mocker, auth, keys, status_code):
def test_sns_inbound_sms_auth(notify_db_session, notify_api, client, mocker, auth, keys, status_code):
mocker.patch("app.notifications.receive_notifications.tasks.send_inbound_sms_to_service.apply_async")
create_service_with_inbound_number(