-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To test Multipart service using pact #1642
Comments
/jira create |
👋 Thanks, Jira [PACT-474] ticket created. |
Hi Team, |
Hi Team, |
rholshausen
added a commit
that referenced
this issue
Aug 22, 2023
rholshausen
added a commit
that referenced
this issue
Apr 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: