test: add BasicAuth credentials to webhook fixture

This commit is contained in:
kolaente 2026-03-23 16:05:33 +01:00 committed by kolaente
parent a0478a0d96
commit 094ff5f1ef
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
target_url: "https://example.com/webhook-fixture" target_url: "https://example.com/webhook-fixture"
events: '["task.updated"]' events: '["task.updated"]'
project_id: 1 project_id: 1
secret: "webhook-secret-fixture"
basic_auth_user: "webhook-user"
basic_auth_password: "webhook-password"
created_by_id: 1 created_by_id: 1
created: 2024-01-01 00:00:00 created: 2024-01-01 00:00:00
updated: 2024-01-01 00:00:00 updated: 2024-01-01 00:00:00