Skip to content

Commit

Permalink
update hook fixture message
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Oct 30, 2023
1 parent c5ce370 commit 5105c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/hooks_5.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"host": "github.com",
"event": "push",
"branch": "main",
"error": "skipping build since only init step found. It is likely no rulesets matched for the webhook payload.",
"error": "skipping build since only init and clone steps found — it is likely no rulesets matched for the webhook payload",
"status": "skipped",
"link": "https://github.com/github/octocat/settings/hooks"
},
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/hooks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ context('Hooks', () => {
});
it('should show skip message', () => {
cy.get('@message').contains(
'skipping build since only init step found. It is likely no rulesets matched for the webhook payload.',
'skipping build since only init and clone steps found — it is likely no rulesets matched for the webhook payload',
);
});
});
Expand Down

0 comments on commit 5105c52

Please sign in to comment.