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:
Rebecca Law
2016-02-18 09:59:18 +00:00
parent 66cf6cfd30
commit 3ce6758f3e
3 changed files with 8 additions and 8 deletions

View File

@@ -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'}