node-consumer-pact-validation
Version:
A consumer pact generator written for pure nodeJS
18 lines (16 loc) • 401 B
JSON
{
"match": true,
"comment": "Queries are the same - multiple values are in same order",
"expected" : {
"method": "GET",
"path": "/path",
"query": "animal=alligator&animal=hippo&animal=elephant&hippo=Fred",
"headers": {}
},
"actual": {
"method": "GET",
"path": "/path",
"query": "animal=alligator&hippo=Fred&animal=hippo&animal=elephant",
"headers": {}
}
}