Skip to content

Commit

Permalink
chore: fixup comment typo in pact test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Sep 27, 2024
1 parent 44af798 commit a854d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/product/product.consumerChange.pact.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ describe('Pact Verification', () => {
}
});
it('validates the expectations of a contract required verification that has been published for this provider', () => {
// For builds trigged by a 'contract_requiring_verification_published' webhook, verify the changed pact against latest of mainBranch and any version currently deployed to an environment
// For builds triggered by a 'contract_requiring_verification_published' webhook, verify the changed pact against latest of mainBranch and any version currently deployed to an environment
// https://docs.pact.io/pact_broker/webhooks#using-webhooks-with-the-contract_requiring_verification_published-event
// The URL will bave been passed in from the webhook to the CI job.
// The URL will have been passed in from the webhook to the CI job.

if (!process.env.PACT_URL) {
console.log('no pact url specified');
Expand Down

0 comments on commit a854d1e

Please sign in to comment.