mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Merge with master.
This commit is contained in:
@@ -32,7 +32,7 @@ def test_should_redirect_to_add_service_when_code_are_correct(app_,
|
||||
data={'sms_code': '12345',
|
||||
'email_code': '23456'})
|
||||
assert response.status_code == 302
|
||||
assert response.location == url_for('main.add_service', _external=True)
|
||||
assert response.location == url_for('main.add_service', first='first', _external=True)
|
||||
|
||||
|
||||
def test_should_activate_user_after_verify(app_, db_, db_session):
|
||||
|
||||
Reference in New Issue
Block a user