From 612ecc00d36cbbefb0657f0a2ac0898d53a5ed73 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Tue, 3 Mar 2026 10:48:09 -0500 Subject: [PATCH] test: remove invalid acp target kind overrides --- src/discord/monitor/message-handler.preflight.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/discord/monitor/message-handler.preflight.test.ts b/src/discord/monitor/message-handler.preflight.test.ts index ec67c208a7e..69e6ca2e898 100644 --- a/src/discord/monitor/message-handler.preflight.test.ts +++ b/src/discord/monitor/message-handler.preflight.test.ts @@ -85,7 +85,6 @@ describe("preflightDiscordMessage", () => { it("drops bound-thread bot system messages to prevent ACP self-loop", async () => { const threadBinding = createThreadBinding({ - targetKind: "acp", targetSessionKey: "agent:main:acp:discord-thread-1", }); const threadId = "thread-system-1"; @@ -172,7 +171,6 @@ describe("preflightDiscordMessage", () => { it("keeps bound-thread regular bot messages flowing when allowBots=true", async () => { const threadBinding = createThreadBinding({ - targetKind: "acp", targetSessionKey: "agent:main:acp:discord-thread-1", }); const threadId = "thread-bot-regular-1";