From 346d5c28c18749caf799d9ee789ff5cb1b57d987 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 21:01:37 +0100 Subject: [PATCH] test(acp): use typed attachment root fixture --- src/auto-reply/reply/dispatch-acp.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/auto-reply/reply/dispatch-acp.test.ts b/src/auto-reply/reply/dispatch-acp.test.ts index b0d51b08073..a26587a895b 100644 --- a/src/auto-reply/reply/dispatch-acp.test.ts +++ b/src/auto-reply/reply/dispatch-acp.test.ts @@ -545,12 +545,14 @@ describe("tryDispatchAcpReply", () => { list: [{ id: "codex-acp", agentDir }], }, channels: { - discord: { + imessage: { attachmentRoots: [tempDir], }, }, }), ctxOverrides: { + Provider: "imessage", + Surface: "imessage", MediaPath: imagePath, MediaType: "image/png", },