test: remove invalid acp target kind overrides

This commit is contained in:
Gustavo Madeira Santana 2026-03-03 10:48:09 -05:00
parent aeca47bd44
commit 612ecc00d3
1 changed files with 0 additions and 2 deletions

View File

@ -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";