node-consumer-pact-validation
Version:
A consumer pact generator written for pure nodeJS
20 lines • 374 B
JSON
{
"match": true,
"comment": "Whitespace between comma separated headers does not matter",
"expected" : {
"method": "POST",
"path": "/path",
"query": "",
"headers": {
"Accept": "alligators,hippos"
}
},
"actual": {
"method": "POST",
"path": "/path",
"query": "",
"headers": {
"Accept": "alligators, hippos"
}
}
}