|
@@ -1957,7 +1957,7 @@ describe('run lifecycle and quiescence', () => {
|
|
|
stopReason: 'error',
|
|
stopReason: 'error',
|
|
|
})
|
|
})
|
|
|
expect(spawn).toHaveBeenCalledWith(expect.objectContaining({
|
|
expect(spawn).toHaveBeenCalledWith(expect.objectContaining({
|
|
|
- argv: ['codex', 'app-server', '--stdio'],
|
|
|
|
|
|
|
+ argv: codexAppServerArgv(),
|
|
|
env: { OPENAI_API_KEY: 'fake' },
|
|
env: { OPENAI_API_KEY: 'fake' },
|
|
|
graceMs: 25,
|
|
graceMs: 25,
|
|
|
cwd: process.cwd(),
|
|
cwd: process.cwd(),
|