From fba5c8be9a04784101381b707e570af76efda754 Mon Sep 17 00:00:00 2001 From: Neil Campbell Date: Sun, 26 Nov 2017 17:56:48 +1100 Subject: [PATCH] Adding warning about not checking in the verify change --- PactNet/Core/PactVerifierHostConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PactNet/Core/PactVerifierHostConfig.cs b/PactNet/Core/PactVerifierHostConfig.cs index af6d96b7..aa353fd5 100644 --- a/PactNet/Core/PactVerifierHostConfig.cs +++ b/PactNet/Core/PactVerifierHostConfig.cs @@ -28,7 +28,7 @@ public PactVerifierHostConfig(Uri baseUri, string pactUri, PactUriOptions pactBr Outputters = config?.Outputters; Environment = new Dictionary { - { "PACT_INTERACTION_RERUN_COMMAND", "To re-run just this failing interaction, change the verify method to '.Verify(description: \"\", providerState: \"\")'" } + { "PACT_INTERACTION_RERUN_COMMAND", "To re-run just this failing interaction, change the verify method to '.Verify(description: \"\", providerState: \"\")'. Please do not check in this change!" } }; if(environment != null)