We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ce2d8 commit 7af7aa8Copy full SHA for 7af7aa8
README.md
@@ -27,7 +27,7 @@ pact
27
.andGiven('the alligators were recently fed')
28
.uponReceiving('a request for an alligator')
29
.withRequest('GET', '/alligator')
30
- .willRespondWith(200, body: body: { 'name': 'Betsy' }});
+ .willRespondWith(200, body: { 'name': 'Betsy' }});
31
32
pact.run(secure: false);
33
0 commit comments