UNPKG

node-consumer-pact-validation

Version:
18 lines (16 loc) 380 B
{ "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": {} } }