Skip to content

Commit 612ecc0

Browse files
committed
test: remove invalid acp target kind overrides
1 parent aeca47b commit 612ecc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/discord/monitor/message-handler.preflight.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ describe("preflightDiscordMessage", () => {
8585

8686
it("drops bound-thread bot system messages to prevent ACP self-loop", async () => {
8787
const threadBinding = createThreadBinding({
88-
targetKind: "acp",
8988
targetSessionKey: "agent:main:acp:discord-thread-1",
9089
});
9190
const threadId = "thread-system-1";
@@ -172,7 +171,6 @@ describe("preflightDiscordMessage", () => {
172171

173172
it("keeps bound-thread regular bot messages flowing when allowBots=true", async () => {
174173
const threadBinding = createThreadBinding({
175-
targetKind: "acp",
176174
targetSessionKey: "agent:main:acp:discord-thread-1",
177175
});
178176
const threadId = "thread-bot-regular-1";

0 commit comments

Comments
 (0)