test(commands): type gateway transport mock input · openclaw/openclaw@817dd59
vincentkoc
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,7 +8,7 @@ import {
|
8 | 8 | |
9 | 9 | const callGateway = vi.hoisted(() => vi.fn()); |
10 | 10 | const isGatewayCredentialsRequiredError = vi.hoisted(() => vi.fn(() => false)); |
11 | | -const isGatewayTransportError = vi.hoisted(() => vi.fn(() => false)); |
| 11 | +const isGatewayTransportError = vi.hoisted(() => vi.fn((_value: unknown) => false)); |
12 | 12 | const isGatewaySecretRefUnavailableError = vi.hoisted(() => vi.fn(() => false)); |
13 | 13 | const probeGatewayStatus = vi.hoisted(() => vi.fn()); |
14 | 14 | const note = vi.hoisted(() => vi.fn()); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。