mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-15 07:01:20 -05:00
add upload test
This commit is contained in:
@@ -3,7 +3,7 @@ from unittest.mock import MagicMock
|
||||
|
||||
from app.upload.rest import get_paginated_uploads
|
||||
|
||||
|
||||
# TODO
|
||||
def test_get_paginated_uploads(mocker):
|
||||
mock_current_app = mocker.patch("app.upload.rest.current_app")
|
||||
mock_dao_get_uploads = mocker.patch("app.upload.rest.dao_get_uploads_by_id")
|
||||
|
||||
Reference in New Issue
Block a user