mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
test(relay): account for OpenCode marker in OMP launch environment (#21907)
This commit is contained in:
@@ -91,7 +91,7 @@ it('prepares the execution host OMP config and status extension for a guarded la
|
||||
source.mockReturnValue(false)
|
||||
expect(
|
||||
await augment.mock.calls[1][0]({ id: 'other', shell: '/bin/bash', env: {}, command: 'codex' })
|
||||
).toEqual({})
|
||||
).toEqual({ ORCA_OPENCODE_AGENT: 'opencode' })
|
||||
} finally {
|
||||
runtime.stop()
|
||||
dispatcher.dispose()
|
||||
|
||||
Reference in New Issue
Block a user