mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
test(subagent): use platform Codex argv
This commit is contained in:
@@ -1957,7 +1957,7 @@ describe('run lifecycle and quiescence', () => {
|
||||
stopReason: 'error',
|
||||
})
|
||||
expect(spawn).toHaveBeenCalledWith(expect.objectContaining({
|
||||
argv: ['codex', 'app-server', '--stdio'],
|
||||
argv: codexAppServerArgv(),
|
||||
env: { OPENAI_API_KEY: 'fake' },
|
||||
graceMs: 25,
|
||||
cwd: process.cwd(),
|
||||
|
||||
Reference in New Issue
Block a user