diff --git a/pact-jvm-model/src/test/resources/test_pact.json b/pact-jvm-model/src/test/resources/test_pact.json index af49bbf19d..e34677c64f 100644 --- a/pact-jvm-model/src/test/resources/test_pact.json +++ b/pact-jvm-model/src/test/resources/test_pact.json @@ -6,7 +6,7 @@ "name" : "test_consumer" }, "interactions" : [ { - "provider_state" : "test state", + "providerState" : "test state", "description" : "test interaction", "request" : { "method" : "GET", @@ -17,7 +17,7 @@ "body" : { "test" : true }, - "requestMatchers" : { } + "requestMatchingRules" : { } }, "response" : { "status" : 200, @@ -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" : ""