opacity/storage-node

Implement a way to create multipart form requests for unit tests, update upload_file and delete_file unit tests, and remove t.Skip() calls

rfornea opened this issue · 1 comments

upload-file and init-upload endpoints now take form data instead of json requests. This has broken the unit tests for upload-file and also delete-file (which utilizes the upload-file endpoint to create a file that it can delete). We need to update the tests to create form requests instead.

We can cover this in #178