node-consumer-pact-validation
Version:
A consumer pact generator written for pure nodeJS
18 lines (16 loc) • 322 B
JSON
{
"match": false,
"comment": "Path is missing trailing slash, trailing slashes can matter",
"expected" : {
"method": "POST",
"path": "/path/to/something/",
"query": "",
"headers": {}
},
"actual": {
"method": "POST",
"path": "/path/to/something",
"query": "",
"headers": {}
}
}