Skip to content

Commit

Permalink
use id
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jun 10, 2024
1 parent 49ac3fb commit e361b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webhooks.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('e2e', () => {
await worker.registerWebhook({
secret,
url: `http://localhost:${port}/webhook`,
workflows: ['simple-webhook-workflow'],
workflows: ['584b6689-c137-423d-ad3f-981237260506'],
});

const handler = hatchet.webhooks(workflow);
Expand Down

0 comments on commit e361b94

Please sign in to comment.