-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add wiremock module #22
Labels
enhancement
New feature or request
Comments
Hi, I cant' reproduce the failing test with both JDK 11.0.9 and 15. |
@clemstoquart me neither, but anyway, this could still be an interesting feature |
Erratum: it's failing with WireMock version |
leomillon
added a commit
that referenced
this issue
Nov 12, 2020
leomillon
added a commit
that referenced
this issue
Nov 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
it could be cool to provide a wiremock module to validate request or response body json with JCV validators.
In wiremock, when we try to compare a json array with another one but not in the same order, the
EqualToJsonPattern
doesn't match. ( here is an issue in wiremock repository : wiremock/wiremock#1230 ). If we use a JCV with wiremock it should fix this.If you want to test the current
EqualToJsonPattern
error, here is a test :The text was updated successfully, but these errors were encountered: