test(relay): account for OpenCode marker in OMP launch environment (#21907)

This commit is contained in:
Neil
2026-09-20 21:41:58 -07:00
committed by GitHub
parent 35005fb65c
commit 27a0889dcf
@@ -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()