mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 08:21:39 +00:00
fix: restore bundled plugin metadata generator
This commit is contained in:
@@ -64,7 +64,7 @@ describe("msteams setup surface", () => {
|
||||
|
||||
hasConfiguredMSTeamsCredentials.mockReturnValue(false);
|
||||
expect(
|
||||
msteamsSetupWizard.status.resolveStatusLines({
|
||||
msteamsSetupWizard.status.resolveStatusLines?.({
|
||||
cfg: { channels: { msteams: {} } },
|
||||
} as never),
|
||||
).toEqual(["MS Teams: needs app credentials"]);
|
||||
|
||||
Reference in New Issue
Block a user