From 094ff5f1efe403df5c5e63ba99144cddff293059 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 23 Mar 2026 16:05:33 +0100 Subject: [PATCH] test: add BasicAuth credentials to webhook fixture --- pkg/db/fixtures/webhooks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/db/fixtures/webhooks.yml b/pkg/db/fixtures/webhooks.yml index 0655d9288..c203cf04a 100644 --- a/pkg/db/fixtures/webhooks.yml +++ b/pkg/db/fixtures/webhooks.yml @@ -2,6 +2,9 @@ target_url: "https://example.com/webhook-fixture" events: '["task.updated"]' project_id: 1 + secret: "webhook-secret-fixture" + basic_auth_user: "webhook-user" + basic_auth_password: "webhook-password" created_by_id: 1 created: 2024-01-01 00:00:00 updated: 2024-01-01 00:00:00