actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

Cannot test Multipart forms through TestRequest

Open Glydric opened this issue 9 months ago • 0 comments

There is no ability to test multipart forms through the library, even the actix_multipart::test:create_form_data_payload_and_headers is very limited and only allows to build a single field.

At the end, testing a multipart form is not possible at all, being that they can have more logic than normal requests it is more crucial to test those apis

Glydric avatar Feb 11 '25 17:02 Glydric