diff --git a/cli/src/codex/utils/appServerEventConverter.test.ts b/cli/src/codex/utils/appServerEventConverter.test.ts index bed57e93..73459c70 100644 --- a/cli/src/codex/utils/appServerEventConverter.test.ts +++ b/cli/src/codex/utils/appServerEventConverter.test.ts @@ -64,6 +64,7 @@ describe('AppServerEventConverter', () => { expect(completed).toEqual([{ type: 'exec_command_end', call_id: 'cmd-1', + command: 'ls', output: 'ok', exit_code: 0 }]);