Tests: fix Feishu full registration mock

This commit is contained in:
Vincent Koc 2026-03-15 23:11:09 -07:00
parent ed82c7e57b
commit 81d3c6c909

View File

@ -51,6 +51,7 @@ describe("feishu plugin register", () => {
registerChannel,
on: vi.fn(),
config: {},
registrationMode: "full",
} as unknown as OpenClawPluginApi;
plugin.register(api);