mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 05:40:23 +00:00
chore(plugins): drop dead channel test any suppressions
This commit is contained in:
@@ -296,7 +296,6 @@ describe("googlechat setup", () => {
|
||||
},
|
||||
},
|
||||
} as OpenClawConfig,
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
prompter: prompter as any,
|
||||
});
|
||||
|
||||
|
||||
@@ -94,7 +94,6 @@ describe("googlechat group policy", () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
} as any;
|
||||
|
||||
expect(resolveGoogleChatGroupRequireMention({ cfg, groupId: "spaces/AAA" })).toBe(false);
|
||||
|
||||
Reference in New Issue
Block a user