mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 06:09:49 +00:00
fix(cli): keep plugin help registration reachable
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user