Text message not Sms

This commit is contained in:
Chris Hill-Scott
2016-08-22 13:30:03 +01:00
parent 5666719a92
commit 1e254415d2
2 changed files with 2 additions and 2 deletions

View File

@@ -141,4 +141,4 @@ def test_sms_sender_form_validation(app_, mock_get_user_by_email):
form.sms_sender.data = '###########'
form.validate()
assert 'Sms text message sender can only contain alpha-numeric characters' == form.errors['sms_sender'][0]
assert 'Text message sender can only contain alpha-numeric characters' == form.errors['sms_sender'][0]