test: avoid bundled discovery in disabled plugin test (#73235) (thank… · openclaw/openclaw@18990f4
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5528,7 +5528,7 @@ module.exports = { id: "throws-after-import", register() {} };`,
|
5528 | 5528 | }); |
5529 | 5529 | |
5530 | 5530 | it("respects explicit disable in config", () => { |
5531 | | -process.env.OPENCLAW_BUNDLED_PLUGINS_DIR = "/nonexistent/bundled/plugins"; |
| 5531 | +useNoBundledPlugins(); |
5532 | 5532 | const plugin = writePlugin({ |
5533 | 5533 | id: "config-disable", |
5534 | 5534 | body: `module.exports = { id: "config-disable", register() {} };`, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。