From 1a8a82f70ede9412933fea5368c03ce128bea47e Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Sun, 26 Jun 2022 14:27:25 +1000 Subject: [PATCH] chore: update run-specific-verifications pact file --- .../filter-by-PACT_DESCRIPTION.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/examples/v3/run-specific-verifications/filter-by-PACT_DESCRIPTION.json b/examples/v3/run-specific-verifications/filter-by-PACT_DESCRIPTION.json index 12112b0e2..5ca4d1d76 100644 --- a/examples/v3/run-specific-verifications/filter-by-PACT_DESCRIPTION.json +++ b/examples/v3/run-specific-verifications/filter-by-PACT_DESCRIPTION.json @@ -8,11 +8,6 @@ "providerStates": [ ], "request": { - "body": { - }, - "headers": { - "Content-Type": "application/json" - }, "method": "GET", "path": "/pass" }, @@ -31,11 +26,6 @@ "providerStates": [ ], "request": { - "body": { - }, - "headers": { - "Content-Type": "application/json" - }, "method": "GET", "path": "/fail" }, @@ -54,11 +44,6 @@ "providerStates": [ ], "request": { - "body": { - }, - "headers": { - "Content-Type": "application/json" - }, "method": "GET", "path": "/pass" },