Skip to content

Fix webhook URL generation to include workflow slug#271

Merged
rmcdaniel merged 1 commit intomasterfrom
fix-webhook-url-mismatch
Oct 27, 2025
Merged

Fix webhook URL generation to include workflow slug#271
rmcdaniel merged 1 commit intomasterfrom
fix-webhook-url-mismatch

Conversation

@rmcdaniel
Copy link
Copy Markdown
Member

The Activity::webhookUrl() method was generating URLs that didn't match the route pattern registered by Webhooks::registerSignalWebhooks(), causing 404 errors when external services called the webhooks.

  • Added workflow slug to signal webhook URL generation
  • Updated test to expect the correct URL format with workflow slug

Resolves issue where signal webhooks were failing due to URL mismatch.

Fixes #269

The Activity::webhookUrl() method was generating URLs that didn't match
the route pattern registered by Webhooks::registerSignalWebhooks(),
causing 404 errors when external services called the webhooks.

- Added workflow slug to signal webhook URL generation
- Updated test to expect the correct URL format with workflow slug

Resolves issue where signal webhooks were failing due to URL mismatch.
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3eb04ad) to head (a5d599f).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #271   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       310       310           
===========================================
  Files             46        46           
  Lines           1288      1288           
===========================================
  Hits            1288      1288           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rmcdaniel rmcdaniel merged commit a80a1ec into master Oct 27, 2025
3 checks passed
@rmcdaniel rmcdaniel deleted the fix-webhook-url-mismatch branch October 27, 2025 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

webhookUrl() generates incorrect URLs for signal webhooks

1 participant