test(gateway): remove stale config path binding · openclaw/openclaw@5a4efa7
steipete
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,7 +19,6 @@ import {
|
19 | 19 | import { installOpenAiResponsesMock } from "./test-helpers.openai-mock.js"; |
20 | 20 | import { buildMockOpenAiResponsesProvider } from "./test-openai-responses-model.js"; |
21 | 21 | |
22 | | -let resolveConfigPath: typeof import("../config/config.js").resolveConfigPath; |
23 | 22 | let createConfigIO: typeof import("../config/config.js").createConfigIO; |
24 | 23 | const GATEWAY_E2E_TIMEOUT_MS = 90_000; |
25 | 24 | let gatewayTestSeq = 0; |
@@ -137,7 +136,7 @@ describe("gateway e2e", () => {
|
137 | 136 | }); |
138 | 137 | |
139 | 138 | beforeAll(async () => { |
140 | | -({ createConfigIO, resolveConfigPath } = await import("../config/config.js")); |
| 139 | +({ createConfigIO } = await import("../config/config.js")); |
141 | 140 | }); |
142 | 141 | |
143 | 142 | it( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。