Yun Jing
Yun Jing
`node-emoji` is referenced in `performSetup.js` but it's a dev dependency. The workaround is to explicitly add `node-emoji` as a dependency, or use an older version `[email protected]` which doesn't have the...
Hi @tomakehurst, Thanks very much for your reply. The stub mapping is as follows: ```json { "id":"051f1c61-51ba-474f-8eef-715fa00ce805", "request":{ "url":"/api/v1/my/contact", "method":"PUT", "headers":{ "token":{ "equalTo":"34c91881-986c-4381-ac81-5d2ca85a987a" } }, "bodyPatterns":[ { "equalToJson":"{\r\n \"email\": \"[email protected]\"\r\n...
Hi @tomakehurst , Not sure if this is what you need? When doing a restful PUT request with the following body it failed. The only extra thing is `"line2":null`. If...
Hi @tomakehurst Does wiremock delegate the json comparison to the third-party library? Thanks.
Hi @tomakehurst , I'm wondering if you are going to have a look at this issue? Thanks.
Hi @jaubuchon , it does not satisfy my requirement. As described in [here](https://github.com/tomakehurst/wiremock/issues/899#issue-303417198), we do want it failing if line2 does have value rather than null.
> @yunj was this issues resolved , Even I am facing the same issue .. @tomakehurst do you have any thoughts on it It remains unresolved.