-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
JsonPathMatcher always convert to JArray before matching #307
Comments
I have query with this body { "x": "42" } server
.Given(
Request.Create().WithPath("/jmespath_example").UsingPost()
.WithBody(new JsonPathMatcher("$[0].x"))
)
.RespondWith(Response.Create().WithBody("Hello")); |
I think I fixed it, can you try this WireMock.Net.1.0.26-ci-11553 from MyGet , https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions |
Maybe yes, but as far as i can see your PR is open. |
You can try the preview version which is available at MyGet: WireMock.Net.1.0.26-ci-11553 from MyGet , https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions |
@mapjaha Did you have time to test this? |
Hi Stef,
sorry i have no time to test it. But when i do i will let you know my
feedback.
Best regards,
Maryana
niedz., 1 wrz 2019 o 11:59 Stef Heyenrath <[email protected]>
napisał(a):
… @mapjaha <https://github.com/mapjaha> Did you have time to test this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#307?email_source=notifications&email_token=ACHKULKAUB3LPLGBV5TB2R3QHOG7VA5CNFSM4IH3STTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5T6ZEQ#issuecomment-526904466>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACHKULNQKRHPFJGUOPNVXH3QHOG7VANCNFSM4IH3STTA>
.
|
@mapjaha Did you have time to test? |
Thank you for testing. A new NuGet will be released in few days. |
No description provided.
The text was updated successfully, but these errors were encountered: