mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
change test file name
This commit is contained in:
@@ -7,7 +7,7 @@ from app.upload.rest import get_paginated_uploads
|
|||||||
# TODO
|
# TODO
|
||||||
def test_get_paginated_uploads(mocker):
|
def test_get_paginated_uploads(mocker):
|
||||||
mock_current_app = mocker.patch("app.upload.rest.current_app")
|
mock_current_app = mocker.patch("app.upload.rest.current_app")
|
||||||
mock_dao_get_uploads = mocker.patch("app.upload.rest.dao_get_uploads_by_id")
|
mock_dao_get_uploads = mocker.patch("app.upload.rest.dao_get_uploads_by_service_id")
|
||||||
mock_pagination_links = mocker.patch("app.upload.rest.pagination_links")
|
mock_pagination_links = mocker.patch("app.upload.rest.pagination_links")
|
||||||
mock_fetch_notification_statuses = mocker.patch(
|
mock_fetch_notification_statuses = mocker.patch(
|
||||||
"app.upload.rest.fetch_notification_statuses_for_job"
|
"app.upload.rest.fetch_notification_statuses_for_job"
|
||||||
|
|||||||
Reference in New Issue
Block a user