{ "match": true, "comment": "Queries are the same", "expected" : { "method": "GET", "path": "/path", "query": { "alligator": ["Mary"], "hippo": ["John"] }, "headers": {} }, "actual": { "method": "GET", "path": "/path", "query": { "alligator": ["Mary"], "hippo": ["John"] }, "headers": {} } }