#1642 To test Multipart service using pact
New issue created by Dedeepya-Kolli
Hi Team,
We need to write contract testing for a service which accepts requests in MultiParts.
1.Part is of File Upload(which is of Multipart/formdata content type)
2.Part is of JSON Data (which is of application/json content type).
How can I write the pact for this.Please suggest.
Used withFileUpload ->it is considering only the file upload part.
How can I include the JSON request as well.
pact-foundation/pact-jvm
r
Rajashekar Avadootha
12/09/2022, 8:02 AM
We are also facing issues with multipart file upload contract testing.
Getting 'Missing start boundary'.
Do we have multipart support at consumer side? We are trying with both pact versions 3.0.0 and 4.0.0, both results same error.