mirror of https://github.com/openclaw/openclaw.git
fix: restore bundled plugin metadata generator
This commit is contained in:
parent
54213b587f
commit
3547b5fd1e
|
|
@ -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"]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue