mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-16 07:06:54 +01:00
* Correctly map the Pact Interaction Description property * Update src/WireMock.Net.Minimal/Serialization/PactMapper.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * post --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
20 lines
335 B
JSON
20 lines
335 B
JSON
{
|
|
"consumer": {
|
|
"name": "Default Consumer"
|
|
},
|
|
"interactions": [
|
|
{
|
|
"description": "A POST request to change something",
|
|
"request": {
|
|
"method": "POST",
|
|
"path": "/tester"
|
|
},
|
|
"response": {
|
|
"status": 200
|
|
}
|
|
}
|
|
],
|
|
"provider": {
|
|
"name": "Default Provider"
|
|
}
|
|
} |