test: fix typing issue

This commit is contained in:
Nicolas Meienberger 2026-01-25 10:01:51 +01:00
parent 16ac608d46
commit 1166fcb3e7

View file

@ -295,7 +295,7 @@ describe("multi-organization isolation", () => {
name: "Org 1 Destination",
enabled: true,
type: "discord",
config: { type: "discord", url: "https://example.com/webhook" },
config: { type: "discord", webhookUrl: "https://example.com/webhook" },
organizationId: session1.organizationId,
})
.returning();