-
-
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
MessagePact with a string as a content #1619
Comments
rholshausen
added a commit
that referenced
this issue
Oct 26, 2022
Released with version 4.3.16 |
Thanks @rholshausen , right now we are using pact version 4.1.39 as we can migrate to the java 11+, any possibilities to make this changes compatible with the pact 4.1.+? |
rholshausen
added a commit
that referenced
this issue
Nov 25, 2022
4.1.40 released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to write consumer tests using MessagePactBuilder and ran into a problem that I can't pass a string to the withContent method, since our provider sends an event with a string representation, and not with Json, the content type being passed is application/x-www-form-urlencoded. Are there solutions for this problem?
The text was updated successfully, but these errors were encountered: