test: avoid downgrade prompt in update fallback

This commit is contained in:
Peter Steinberger
2026-01-22 02:44:05 +00:00
parent b5c307d07f
commit f1aa260b0e

View File

@@ -236,7 +236,7 @@ describe("update-cli", () => {
durationMs: 100,
});
await updateCommand({});
await updateCommand({ yes: true });
const call = vi.mocked(runGatewayUpdate).mock.calls[0]?.[0];
expect(call?.channel).toBe("stable");