UNPKG

node-consumer-pact-validation

Version:
21 lines 393 B
{ "match": true, "comment": "Unexpected phone number with null value", "expected" : { "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "name": "Mary" } } }, "actual": { "headers": {"Content-Type": "application/json"}, "body": { "alligator":{ "name": "Mary", "phoneNumber": null } } } }