Skip to content

Use public URL for webhook e2e tests#145

Merged
fivetran-jovanmanojlovic merged 2 commits into
mainfrom
fix-webhook-e2e-url
Jun 8, 2026
Merged

Use public URL for webhook e2e tests#145
fivetran-jovanmanojlovic merged 2 commits into
mainfrom
fix-webhook-e2e-url

Conversation

@fivetran-jovanmanojlovic

@fivetran-jovanmanojlovic fivetran-jovanmanojlovic commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace webhook e2e fixture URLs from https://localhost:12345 to https://example.com.
  • Update webhook e2e assertions to match the new fixture URL.

Why

The e2e tests run against the staging API. Staging rejects webhook creation requests that use https://localhost:12345 with:

InvalidInput: Bad parameter 'url'

That causes webhook creation to return no ID, and the later detail/list/delete tests fail or panic while operating on an empty webhook ID.

@fivetran-nenad-stanojev fivetran-nenad-stanojev left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks

@fivetran-jovanmanojlovic fivetran-jovanmanojlovic marked this pull request as ready for review June 8, 2026 09:22
@fivetran-jovanmanojlovic fivetran-jovanmanojlovic merged commit 9b312d2 into main Jun 8, 2026
1 check passed
@fivetran-jovanmanojlovic fivetran-jovanmanojlovic deleted the fix-webhook-e2e-url branch June 8, 2026 09:22
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.

2 participants