UNPKG

node-consumer-pact-validation

Version:
18 lines (16 loc) 340 B
{ "match": false, "comment": "Queries are not the same - hippo is Fred instead of John", "expected" : { "method": "GET", "path": "/path", "query": "alligator=Mary&hippo=John", "headers": {} }, "actual": { "method": "GET", "path": "/path", "query": "alligator=Mary&hippo=Fred", "headers": {} } }