test: debrand session and allowlist placeholders

This commit is contained in:
Peter Steinberger
2026-03-27 21:45:29 +00:00
parent adb20a9fa9
commit 76d3c67a88
2 changed files with 27 additions and 27 deletions

View File

@@ -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"],
},
},
});