test: update channels login test for new json and timeout options
This commit is contained in:
parent
d3cf62a1e5
commit
9ed0f1be56
@ -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,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user