node-consumer-pact-validation
Version:
A consumer pact generator written for pure nodeJS
18 lines (16 loc) • 330 B
JSON
{
"match": true,
"comment": "Queries are the same but in different key order",
"expected" : {
"method": "GET",
"path": "/path",
"query": "alligator=Mary&hippo=John",
"headers": {}
},
"actual": {
"method": "GET",
"path": "/path",
"query": "hippo=John&alligator=Mary",
"headers": {}
}
}