test: avoid downgrade prompt in update fallback
This commit is contained in:
parent
b5c307d07f
commit
f1aa260b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue