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