spec/support/test_app_pass.json in pact-1.0.37 vs spec/support/test_app_pass.json in pact-1.0.38
- old
+ new
@@ -2,14 +2,14 @@
"consumer": {
"name": "some-test-consumer"
},
"provider": {
"name": "an unknown provider"
- },
+ },
"interactions": [
{
- "description": "A test request",
+ "description": "a test request",
"request": {
"method": "get",
"path": "/weather",
"query": ""
},
@@ -19,11 +19,11 @@
"body": {"message" : "sunny"}
},
"provider_state": "the weather is sunny"
},
{
- "description": "A test request for text",
+ "description": "a test request for text",
"request": {
"method": "get",
"path": "/sometext",
"query": "",
"body" : "some request text"
@@ -31,8 +31,8 @@
"response": {
"status": 200,
"headers" : {"Content-type": "text/plain"},
"body": "some text"
}
- }
+ }
]
}
\ No newline at end of file