Skip to content

Commit

Permalink
fix: message when pending pact is verified successfully for the first…
Browse files Browse the repository at this point in the history
… time (#376)

Re-words message to make grammatical sense.

Fixes #375
  • Loading branch information
solarmosaic-kflorence authored Jan 26, 2021
1 parent 0758853 commit 4fc6919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/pacts/verifiable_pact_messages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def verification_success_true_published_false

def verification_success_true_published_true
if pending?
"This pact is no longer in pending state for #{pending_provider_tags_description}, as a successful verification result #{with_these_tags}has been published. If a verification for a version with fails in the future, it will fail the build. #{READ_MORE_PENDING}"
"This pact is no longer in pending state for #{pending_provider_tags_description}, as a successful verification result #{with_these_tags}has been published. If a verification for a version of #{provider_name} #{with_these_tags}fails in the future, it will fail the build. #{READ_MORE_PENDING}"
end
end

Expand Down

0 comments on commit 4fc6919

Please sign in to comment.