mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
test(plugins): make loader compat contract explicit
This commit is contained in:
@@ -26,6 +26,7 @@ function createAllowlistCompatConfig(pluginIds: string[]) {
|
||||
config: {
|
||||
plugins: {
|
||||
allow: [demoAllowEntry],
|
||||
bundledDiscovery: "compat",
|
||||
},
|
||||
},
|
||||
pluginIds,
|
||||
@@ -51,6 +52,7 @@ describe("plugin loader contract", () => {
|
||||
config: {
|
||||
plugins: {
|
||||
allow: [demoAllowEntry],
|
||||
bundledDiscovery: "compat",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user