fix flake8

This commit is contained in:
Kenneth Kehl
2024-10-24 08:32:00 -07:00
parent b238230c06
commit d73f6fcfb3

View File

@@ -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")