Skip to content

Commit

Permalink
oops, missed a test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Aug 7, 2014
1 parent 762f6f7 commit 114ac86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pact-jvm-model/src/test/resources/test_pact.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name" : "test_consumer"
},
"interactions" : [ {
"provider_state" : "test state",
"providerState" : "test state",
"description" : "test interaction",
"request" : {
"method" : "GET",
Expand All @@ -17,7 +17,7 @@
"body" : {
"test" : true
},
"requestMatchers" : { }
"requestMatchingRules" : { }
},
"response" : {
"status" : 200,
Expand All @@ -27,12 +27,12 @@
"body" : {
"responsetest" : true
},
"responseMatchers" : { }
"responseMatchingRules" : { }
}
} ],
"metadata" : {
"pact_gem" : {
"version" : "1.0.9"
"pact-specification" : {
"version" : "2.0.0"
},
"pact-jvm" : {
"version" : ""
Expand Down

0 comments on commit 114ac86

Please sign in to comment.