Fix for forgot my password.

This commit is contained in:
Nicholas Staples
2016-01-27 18:01:43 +00:00
parent 91bd3e9fdb
commit ca8d78aee5
5 changed files with 25 additions and 14 deletions

View File

@@ -203,7 +203,8 @@ def test_should_redirect_after_mobile_number_authenticate(app_,
api_user_active,
mock_login,
mock_get_user,
mock_verify_password):
mock_verify_password,
mock_send_verify_code):
with app_.test_request_context():
with app_.test_client() as client:
client.login(api_user_active)