mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Change names for clarity sake.
Rename test. What we do when the validation_code fails to send is still to be decided.
This commit is contained in:
@@ -90,7 +90,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