mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
Merge branch 'celery-send-sms-code' into celery-send-email-code
Conflicts: app/celery/tasks.py app/user/rest.py scripts/run_celery.sh
This commit is contained in:
@@ -87,7 +87,7 @@ def test_should_send_sms_code(mocker):
|
||||
firetext_client.send_sms.assert_called_once_with(notification['to'], notification['secret_code'])
|
||||
|
||||
|
||||
def test_should_log_firetext_client_exception(mocker):
|
||||
def test_should_throw_firetext_client_exception(mocker):
|
||||
notification = {'to': '+441234123123',
|
||||
'secret_code': '12345'}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user