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