adjusted styling

This commit is contained in:
Beverly Nguyen
2024-01-26 11:32:42 -08:00
parent 1b4754386c
commit f7924320df
2 changed files with 2 additions and 0 deletions

View File

@@ -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=[])

View File

@@ -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