From 27a0889dcfda7a37f256a024d9f88fde64b3d3f7 Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Sun, 20 Sep 2026 21:41:58 -0700 Subject: [PATCH] test(relay): account for OpenCode marker in OMP launch environment (#21907) --- src/relay/omp-fresh-launch-environment.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/relay/omp-fresh-launch-environment.test.ts b/src/relay/omp-fresh-launch-environment.test.ts index 8697368567f..5f7cd57681f 100644 --- a/src/relay/omp-fresh-launch-environment.test.ts +++ b/src/relay/omp-fresh-launch-environment.test.ts @@ -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()