mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
JsonMatcher does not match a body containing an array of strings #234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mhartigh on GitHub (Dec 12, 2019).
Hi,
This scenario did work on version 1.32 but since 1.33 the mapping does not match anymore. I have also tried version 1.40 but no difference. Am I supposed to apply a different approach?
We have the following mapping:
The following request does not match:
Thanks for your help!
@StefH commented on GitHub (Dec 12, 2019):
This behavior was changed since 1.0.33 and I did not test this specific scenario.
I will take a look at the code.
@StefH commented on GitHub (Dec 12, 2019):
@mhartigh Can you please try this version (
WireMock.Net.1.0.40-ci-12333) from MyGet.@mhartigh commented on GitHub (Dec 13, 2019):
HI Stef,
Thank you! This version does work properly!
Regards
@StefH commented on GitHub (Dec 13, 2019):
OK, I'll create a new official NuGet tomorrow.