You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PactDslJsonRootValue and the other JSON DSLs can only be used with JSON payloads (that's why they have Json in the class name). Your content type is application/pdf, which is a binary format. You can't use any matching rules with that except for the content type one.
PactDslJsonRootValue and the other JSON DSLs can only be used with JSON payloads (that's why they have Json in the class name). Your content type is application/pdf, which is a binary format. You can't use any matching rules with that except for the content type one.
@rholshausen thanks for your answer. but what does stringType as a root value otherwise mean? to me it sounds like there is a body and instead of an object I have just a string. so I am very confused in which other circumstance I would use this then?
Hi,
I am currently try to implement a pact:
my code looks as follows
I now have the problem:
So for me it looks like there is an extra set of
"
added to the response?relates to #1841 (same error, but in V4 and request, therefore I opened a new issue)
The text was updated successfully, but these errors were encountered: