{ "match": false, "comment": "Queries are not the same - elephant is not expected", "expected" : { "method": "GET", "path": "/path", "query": { "alligator": ["Mary"], "hippo": ["John"] }, "headers": {} }, "actual": { "method": "GET", "path": "/path", "query": { "alligator": ["Mary"], "hippo": ["John"], "elephant": ["unexpected"] }, "headers": {} } }