spec/integration/data/simple_contract.json in pacto-0.3.0 vs spec/integration/data/simple_contract.json in pacto-0.3.1
- old
+ new
@@ -8,10 +8,10 @@
"params": {}
},
"response": {
"status": 200,
- "headers": { "Content-Type": "application/json" },
+ "headers": { "Content-Type": "application/json", "Vary": "Accept" },
"body": {
"type": "object",
"required": true,
"properties": {
"message": { "type": "string", "required": true }