mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
adjusted styling
This commit is contained in:
@@ -99,6 +99,7 @@ MOCK_JOBS = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
def _mock_no_users_for_service(mocker):
|
def _mock_no_users_for_service(mocker):
|
||||||
mocker.patch("app.models.user.Users.client_method", return_value=[])
|
mocker.patch("app.models.user.Users.client_method", return_value=[])
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ MOCK_JOBS = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def test_render_sign_out_redirects_to_sign_in(client_request):
|
def test_render_sign_out_redirects_to_sign_in(client_request):
|
||||||
# TODO with the change to using login.gov, we no longer redirect directly to the sign in page.
|
# TODO with the change to using login.gov, we no longer redirect directly to the sign in page.
|
||||||
# Instead we redirect to login.gov which redirects us to the sign in page. However, the
|
# Instead we redirect to login.gov which redirects us to the sign in page. However, the
|
||||||
|
|||||||
Reference in New Issue
Block a user