fix(cli): keep plugin help registration reachable

This commit is contained in:
Peter Steinberger
2026-05-10 04:03:36 +01:00
parent aafadd45a5
commit 4b6cb9e9bc
3 changed files with 6 additions and 6 deletions

View File

@@ -189,7 +189,7 @@ describe("plugins cli policy mutations", () => {
);
expect(runtimeErrors).toContain(
"Plugin not found: missing-plugin. Run `openclaw plugins list` to see installed plugins, or `openclaw plugins search missing-plugin` to look for installable plugins.",
"Plugin not found: missing-plugin. Run openclaw plugins list to see installed plugins, or openclaw plugins search missing-plugin to look for installable plugins.",
);
expect(enablePluginInConfig).not.toHaveBeenCalled();
expect(writeConfigFile).not.toHaveBeenCalled();