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", },