{ "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": {} } }