mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 13:58:25 -04:00
Verify activate and login user with sms and email code
This commit is contained in:
@@ -2,7 +2,10 @@ from tests import create_test_user
|
||||
from flask import url_for
|
||||
from app.models import User
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason='Requires completed move of user dao methods to api methods')
|
||||
def test_should_show_choose_services_page(app_,
|
||||
db_,
|
||||
db_session,
|
||||
|
||||
Reference in New Issue
Block a user