Finally returning correct HTTP status codes

This commit is contained in:
Scott Idem
2021-08-10 19:06:40 -04:00
parent a1b9d3c518
commit cfd85435f2
29 changed files with 83 additions and 82 deletions

View File

@@ -303,4 +303,4 @@ async def test_upload_files(
)
log.debug(file_info)
return mk_resp(data=False, status_code=501)
return mk_resp(data=False, status_code=501, response=response)