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