vikunja/pkg/e2etests
kolaente 457ffbfe51 test(webhook): assert bad webhook is retried in no-duplicate test
Adds a hit counter to the bad webhook and asserts it is attempted at
least 3 times, proving the watermill retry middleware actually fires
on a failing delivery. We use GreaterOrEqual rather than an exact
count because gochannel resends nacked messages, so a permanently
failing delivery keeps running through retry cycles until the test
times out its wait window.
2026-04-09 09:26:04 +00:00
..
integrations.go feat: rename ServiceJWTSecret to ServiceSecret with deprecation (#2502) 2026-03-30 12:07:01 +02:00
main_test.go test: add e2e API test package with webhook pipeline verification 2026-03-05 12:49:27 +01:00
user_webhook_test.go test: add e2e tests for user-level webhooks 2026-03-08 19:45:53 +01:00
webhook_multi_test.go test(webhook): assert bad webhook is retried in no-duplicate test 2026-04-09 09:26:04 +00:00
webhook_test.go test(webhook): add failing test for #2569 sibling webhook blocking 2026-04-09 09:26:04 +00:00