test(acp): use typed attachment root fixture

This commit is contained in:
Peter Steinberger
2026-04-27 21:01:37 +01:00
parent 8cc06fff2c
commit 346d5c28c1

View File

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