From 1166fcb3e77fc1895cf44380cb31f300846e109a Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 25 Jan 2026 10:01:51 +0100 Subject: [PATCH] test: fix typing issue --- app/server/__tests__/isolation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/__tests__/isolation.test.ts b/app/server/__tests__/isolation.test.ts index d7786820..eac84853 100644 --- a/app/server/__tests__/isolation.test.ts +++ b/app/server/__tests__/isolation.test.ts @@ -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();