Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/agent-bundle/tests/doctor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,7 @@ it('validates --from Codex bytes without running the live schema generator', asy
return commandResult({ stdout: 'codex 0.147.0\n' });
},
endpointDirectory: fixture.endpointDirectory,
environment: {},
from: bundle,
home: fixture.home,
hosts: ['codex'],
Expand All @@ -1169,7 +1170,6 @@ it('validates --from Codex bytes without running the live schema generator', asy
expect(calls).toEqual([
expect.objectContaining({ args: ['--version'], executable: 'codex' }),
expect.objectContaining({ args: ['plugin', 'list', '--json'], cwd: bundle, executable: 'codex' }),
expect.objectContaining({ args: ['plugin', 'marketplace', 'list', '--json'], cwd: bundle, executable: 'codex' }),
]);
expect(hostReport(report, 'codex').bundle?.state).toBe('corrupt');
expect(report.diagnostics).toEqual(expect.arrayContaining([
Expand Down
Loading