mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 22:21:33 +00:00
test: debrand session and allowlist placeholders
This commit is contained in:
@@ -45,7 +45,7 @@ describe("resolveBundledPluginWebSearchProviders", () => {
|
||||
const providers = resolveBundledPluginWebSearchProviders({
|
||||
config: {
|
||||
plugins: {
|
||||
allow: ["openrouter"],
|
||||
allow: ["demo-other-plugin"],
|
||||
},
|
||||
},
|
||||
bundledAllowlistCompat: true,
|
||||
@@ -68,7 +68,7 @@ describe("resolveBundledPluginWebSearchProviders", () => {
|
||||
const providers = resolveBundledPluginWebSearchProviders({
|
||||
config: {
|
||||
plugins: {
|
||||
allow: ["openrouter"],
|
||||
allow: ["demo-other-plugin"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user