chore(plugins): drop dead channel test any suppressions

This commit is contained in:
Vincent Koc
2026-04-06 15:45:06 +01:00
parent baf4119ae3
commit 6067f2d9ad
18 changed files with 0 additions and 45 deletions

View File

@@ -296,7 +296,6 @@ describe("googlechat setup", () => {
},
},
} as OpenClawConfig,
// oxlint-disable-next-line typescript/no-explicit-any
prompter: prompter as any,
});

View File

@@ -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);