Skip to content

Commit ad80ecd

Browse files
committed
Discord: fix native command context test args
1 parent 556a74d commit ad80ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discord/monitor/native-command-context.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("buildDiscordNativeCommandContext", () => {
4343
it("builds guild slash command context with owner allowlist and channel metadata", () => {
4444
const ctx = buildDiscordNativeCommandContext({
4545
prompt: "/status",
46-
commandArgs: { model: "gpt-5.2" },
46+
commandArgs: { values: { model: "gpt-5.2" } },
4747
sessionKey: "agent:codex:discord:slash:user-1",
4848
commandTargetSessionKey: "agent:codex:discord:channel:chan-1",
4949
accountId: "default",

0 commit comments

Comments
 (0)