test(gateway): align lock conflict success expectation · openclaw/openclaw@46888f5
steipete
·
2026-04-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -317,9 +317,7 @@ describe("gateway run option collisions", () => {
|
317 | 317 | }); |
318 | 318 | startGatewayServer.mockRejectedValueOnce(err); |
319 | 319 | |
320 | | -await expect(runGatewayCli(["gateway", "run", "--allow-unconfigured"])).rejects.toThrow( |
321 | | -"__exit__:0", |
322 | | -); |
| 320 | +await runGatewayCli(["gateway", "run", "--allow-unconfigured"]); |
323 | 321 | |
324 | 322 | expect(writeDiagnosticStabilityBundleForFailureSync).not.toHaveBeenCalled(); |
325 | 323 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。