mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
test(gateway): align lock conflict success expectation
This commit is contained in:
@@ -317,9 +317,7 @@ describe("gateway run option collisions", () => {
|
||||
});
|
||||
startGatewayServer.mockRejectedValueOnce(err);
|
||||
|
||||
await expect(runGatewayCli(["gateway", "run", "--allow-unconfigured"])).rejects.toThrow(
|
||||
"__exit__:0",
|
||||
);
|
||||
await runGatewayCli(["gateway", "run", "--allow-unconfigured"]);
|
||||
|
||||
expect(writeDiagnosticStabilityBundleForFailureSync).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user