Skip to content

Commit

Permalink
Adding warning about not checking in the verify change
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Nov 26, 2017
1 parent 012501f commit fba5c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PactNet/Core/PactVerifierHostConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public PactVerifierHostConfig(Uri baseUri, string pactUri, PactUriOptions pactBr
Outputters = config?.Outputters;
Environment = new Dictionary<string, string>
{
{ "PACT_INTERACTION_RERUN_COMMAND", "To re-run just this failing interaction, change the verify method to '.Verify(description: \"<PACT_DESCRIPTION>\", providerState: \"<PACT_PROVIDER_STATE>\")'" }
{ "PACT_INTERACTION_RERUN_COMMAND", "To re-run just this failing interaction, change the verify method to '.Verify(description: \"<PACT_DESCRIPTION>\", providerState: \"<PACT_PROVIDER_STATE>\")'. Please do not check in this change!" }
};

if(environment != null)
Expand Down

0 comments on commit fba5c8b

Please sign in to comment.