From 2d4e56a90dc5765dbf5d203d7710f88b03647ee3 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Fri, 18 Sep 2026 22:54:13 +0000 Subject: [PATCH] test(doctor): isolate Codex fixture from operator receipts --- packages/agent-bundle/tests/doctor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/agent-bundle/tests/doctor.test.ts b/packages/agent-bundle/tests/doctor.test.ts index 49eed6c45..741e0cc3e 100644 --- a/packages/agent-bundle/tests/doctor.test.ts +++ b/packages/agent-bundle/tests/doctor.test.ts @@ -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'], @@ -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([