mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
fix(twitch): register chat intent for refreshing auth
This commit is contained in:
@@ -212,6 +212,7 @@ describe("TwitchClientManager", () => {
|
||||
|
||||
await manager.getClient(refreshingAccount);
|
||||
|
||||
expect(mockAddUserForToken).toHaveBeenCalledTimes(1);
|
||||
expect(mockAddUserForToken).toHaveBeenCalledWith(
|
||||
{
|
||||
accessToken: "mock-token-from-tests",
|
||||
|
||||
Reference in New Issue
Block a user