Updated to send email through the client send_email.

This commit is contained in:
Nicholas Staples
2016-01-20 14:45:50 +00:00
parent ae781bc58d
commit 75d7110642
6 changed files with 6 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ def test_should_update_mobile_number_resend_code(app_,
assert response.status_code == 302
assert response.location == url_for('main.verify', _external=True)
updated_user = users_dao.get_user_by_id(user.id)
assert updated_user.mobile_number == '+44 7700 900 460'
assert updated_user.mobile_number == '+447700900460'
def test_should_render_verification_code_not_received(app_,