Skip to content

Commit 46888f5

Browse files
committed
test(gateway): align lock conflict success expectation
1 parent 1a2228d commit 46888f5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/cli/gateway-cli/run.option-collisions.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ describe("gateway run option collisions", () => {
317317
});
318318
startGatewayServer.mockRejectedValueOnce(err);
319319

320-
await expect(runGatewayCli(["gateway", "run", "--allow-unconfigured"])).rejects.toThrow(
321-
"__exit__:0",
322-
);
320+
await runGatewayCli(["gateway", "run", "--allow-unconfigured"]);
323321

324322
expect(writeDiagnosticStabilityBundleForFailureSync).not.toHaveBeenCalled();
325323
});

0 commit comments

Comments
 (0)