mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-11 05:01:12 -05:00
fix flake8
This commit is contained in:
@@ -3,6 +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")
|
||||
|
||||
Reference in New Issue
Block a user