test: update channels login test for new json and timeout options

This commit is contained in:
Drax 2026-01-29 00:01:23 +01:00
parent d3cf62a1e5
commit 9ed0f1be56

View File

@ -208,7 +208,7 @@ describe("cli program (smoke)", () => {
from: "user", from: "user",
}); });
expect(runChannelLogin).toHaveBeenCalledWith( expect(runChannelLogin).toHaveBeenCalledWith(
{ channel: undefined, account: "work", verbose: false }, { channel: undefined, account: "work", verbose: false, json: false, timeoutMs: 60000 },
runtime, runtime,
); );
}); });