test: finish gateway token env routing · openclaw/openclaw@bdeda65
openclaw
·
2026-06-21
·
via Recent Commits to openclaw:main
src/gateway/gateway.test.ts
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -266,7 +266,7 @@ describe("gateway e2e", () => {
|
266 | 266 | }); |
267 | 267 | |
268 | 268 | const token = nextGatewayId("http-tools-token"); |
269 | | -process.env.OPENCLAW_GATEWAY_TOKEN = token; |
| 269 | +setTestEnvValue("OPENCLAW_GATEWAY_TOKEN", token); |
270 | 270 | const registerCountPath = path.join(tempHome, "workspace-plugin-register-count.txt"); |
271 | 271 | await writeWorkspacePlugin({ |
272 | 272 | workspaceDir, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。