v2.request.headers.matches.json Maven / Gradle / Ivy
{
"match": true,
"comment": "Headers match",
"expected" : {
"method": "POST",
"path": "/path",
"query": "",
"headers": {
"Accept": "alligators",
"Content-Type": "hippos"
}
},
"actual": {
"method": "POST",
"path": "/path",
"query": "",
"headers": {
"Content-Type": "hippos",
"Accept": "alligators"
}
}
}