Matt (pactflow.io / pact-js / pact-go)
Martin Grühn
02/27/2023, 9:33 AMMartin Grühn
03/01/2023, 3:54 PMcurl --location '<http://localhost:3000/endpoint>' \
--form 'file=@"/home/user/pictures/testImage.jpeg"' \
--form 'type="logo"'
with headers of:
Content-Type: multipart/form-data; boundary=<calculated when request is sent>
Content-Length: <calculated when request is sent>
From your understanding of the framework implementation, would this function apply in this case?
As always, any help is appreciated. Thank you!Martin Grühn
03/01/2023, 4:08 PMPactffiWithMultipartFile: invalid multipart body specified:with_multipart_file: This Pact can not be modified, as the mock server has already started
Again, thank you for your help!Martin Grühn
03/02/2023, 1:28 PMTimothy Jones
03/02/2023, 1:48 PM