Island: Remove testing TODOs from PBAFile{Download,Upload}

This commit is contained in:
Mike Salvatore 2022-06-21 09:11:54 -04:00
parent 63a2527f3f
commit 22b22c5f0a
2 changed files with 0 additions and 4 deletions

View File

@ -28,5 +28,3 @@ class PBAFileDownload(AbstractResource):
except repository.FileNotFoundError as err:
logger.error(str(err))
return make_response({"error": str(err)}, 404)
# TODO: Add unit tests that test 404 vs 500 errors

View File

@ -62,8 +62,6 @@ class FileUpload(AbstractResource):
logger.error(str(err))
return make_response({"error": str(err)}, 404)
# TODO: Add unit tests that test 404 vs 500 errors
@jwt_required
def post(self, target_os):
"""