Correctly map the Pact Interaction Description property (#1331)

* 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>
This commit is contained in:
Stef Heyenrath
2025-07-18 08:41:04 +02:00
committed by GitHub
parent aeb15725e4
commit 020cc15420
8 changed files with 107 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
},
"interactions": [
{
"providerState": "A GET request to retrieve the something",
"description": "A GET request to retrieve the something",
"request": {
"headers": {
"Accept": "application/json"
@@ -26,7 +26,7 @@
}
},
{
"providerState": "A Post request to add the something",
"description": "A Post request to add the something",
"request": {
"headers": {
"Accept": "application/json"