Remove arguments from fixtures

These can't be used, since we fixtures can no longer be called as if
they were functions, so we can simply the code by removing them.
This commit is contained in:
Katie Smith
2020-01-10 12:17:56 +00:00
parent 17f72dc4cd
commit 8e9b7ae368
2 changed files with 38 additions and 97 deletions

View File

@@ -79,7 +79,6 @@ def _get_notifications_csv(
def _get_notifications_csv_mock(
mocker,
api_user_active,
job_id=fake_uuid
):
return mocker.patch(
'app.notification_api_client.get_notifications_for_service',