Ability to request one file as multipart/form data
cragwolfe opened this issue · 0 comments
cragwolfe commented
Currently some tests are marked as xfailed as the existing pipeline_api implementation will not return a multipart/form response (if requested) when just one file is posted. This is a bug -- there is no reason an endpoint shouldn't return the result as multipart/mixed if that is what is requested by the client.
Definition of Done
- xfails for this particular issue in the the unittests are resolved.