mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
adjusted styling
This commit is contained in:
@@ -99,6 +99,7 @@ MOCK_JOBS = {
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def _mock_no_users_for_service(mocker):
|
||||
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):
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user