node-consumer-pact-validation
Version:
A consumer pact generator written for pure nodeJS
20 lines • 383 B
JSON
{
"match": false,
"comment": "Missing favorite colour",
"expected" : {
"headers": {"Content-Type": "application/json"},
"body": {
"alligator":{
"favouriteColours": ["red","blue"]
}
}
},
"actual": {
"headers": {"Content-Type": "application/json"},
"body": {
"alligator": {
"favouriteColours": ["red"]
}
}
}
}