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:
Stef Heyenrath
2022-08-15 09:28:16 +02:00
committed by GitHub
parent d2a1d0f069
commit e2bd56531d
3 changed files with 75 additions and 13 deletions

View File

@@ -32,7 +32,11 @@
"Accept": "application/json"
},
"method": "POST",
"path": "/add"
"path": "/add",
"body": {
"Id": "1",
"FirstName": "Totally"
}
},
"response": {
"body": {