mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:20:43 +00:00
fix(channels): load third-party official channel packages
This commit is contained in:
@@ -74,6 +74,10 @@ describe("buildOfficialChannelCatalog", () => {
|
||||
expect.objectContaining({
|
||||
name: "@wecom/wecom-openclaw-plugin",
|
||||
openclaw: expect.objectContaining({
|
||||
plugin: {
|
||||
id: "wecom-openclaw-plugin",
|
||||
label: "WeCom",
|
||||
},
|
||||
channel: expect.objectContaining({
|
||||
id: "wecom",
|
||||
label: "WeCom",
|
||||
@@ -89,6 +93,10 @@ describe("buildOfficialChannelCatalog", () => {
|
||||
expect.objectContaining({
|
||||
name: "openclaw-plugin-yuanbao",
|
||||
openclaw: expect.objectContaining({
|
||||
plugin: {
|
||||
id: "openclaw-plugin-yuanbao",
|
||||
label: "Yuanbao",
|
||||
},
|
||||
channel: expect.objectContaining({
|
||||
id: "yuanbao",
|
||||
label: "Yuanbao",
|
||||
|
||||
Reference in New Issue
Block a user