mirror of https://github.com/openclaw/openclaw.git
Tests: fix Feishu full registration mock
This commit is contained in:
parent
ed82c7e57b
commit
81d3c6c909
|
|
@ -51,6 +51,7 @@ describe("feishu plugin register", () => {
|
|||
registerChannel,
|
||||
on: vi.fn(),
|
||||
config: {},
|
||||
registrationMode: "full",
|
||||
} as unknown as OpenClawPluginApi;
|
||||
|
||||
plugin.register(api);
|
||||
|
|
|
|||
Loading…
Reference in New Issue