mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-27 20:01:52 +01:00
Add support for Matcher.Pattern in Pact Body mapping (#789)
* Add support for Matcher.Pattern in Pact Body mapping * SavePact_Get_Request_And_Response_WithNullBody
This commit is contained in:
@@ -32,7 +32,11 @@
|
||||
"Accept": "application/json"
|
||||
},
|
||||
"method": "POST",
|
||||
"path": "/add"
|
||||
"path": "/add",
|
||||
"body": {
|
||||
"Id": "1",
|
||||
"FirstName": "Totally"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"body": {
|
||||
|
||||
Reference in New Issue
Block a user