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
au.com.dius.pact.consumer.PactMismatchesException: The following mismatched requests occurred:
body - /: Expected body '"exampleString"' to match 'exampleString' using equality but did not match
when I change my request to be "\"exampleString\"" it works (I run into the next issue in my pact, but this is out of scope here)
So it seems there is an additional " expected for some reason?
The text was updated successfully, but these errors were encountered:
My issue sounds a bit similar to #883, but this time it is with Pactversion V4.
I have the following pact test
When this runs, I get the pact error
when I change my request to be
"\"exampleString\""
it works (I run into the next issue in my pact, but this is out of scope here)So it seems there is an additional
"
expected for some reason?The text was updated successfully, but these errors were encountered: