{
"match": false,
"comment": "XML Favourite numbers expected to contain empty, but non-empty found",
"expected" : {
"method": "POST",
"path": "/",
"query": {},
"headers": {"Content-Type": "application/xml"},
"body": {
"contentType": "application/xml",
"encoded": false,
"content": "13"
}
},
"actual": {
"method": "POST",
"path": "/",
"query": {},
"headers": {"Content-Type": "application/xml"},
"body": {
"contentType": "application/xml",
"encoded": false,
"content": "123"
}
}
}