test: fix typing issue
This commit is contained in:
parent
16ac608d46
commit
1166fcb3e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue