From a469a392a56f61e2374296c5899aa5427e6b0cf4 Mon Sep 17 00:00:00 2001 From: yiliang114 Date: Fri, 28 Aug 2026 00:29:46 +0800 Subject: [PATCH] fix(test): mount channel plugin fixture in Docker --- integration-tests/cli/qwen-serve-channel-workers.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/cli/qwen-serve-channel-workers.test.ts b/integration-tests/cli/qwen-serve-channel-workers.test.ts index 372af2f3906..57716415697 100644 --- a/integration-tests/cli/qwen-serve-channel-workers.test.ts +++ b/integration-tests/cli/qwen-serve-channel-workers.test.ts @@ -271,6 +271,7 @@ describe('qwen serve multi-workspace channel workers', () => { QWEN_HOME: qwenHome, QWEN_RUNTIME_DIR: runtimeDir, QWEN_CODE_TRUSTED_FOLDERS_PATH: trustedFoldersPath, + SANDBOX_MOUNTS: REPO_ROOT, OPENAI_API_KEY: 'fake-key', OPENAI_BASE_URL: 'http://127.0.0.1:9/v1', OPENAI_MODEL: 'fake-model',