mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
test(cli): align plugin uninstall prompt fixture
This commit is contained in:
@@ -166,7 +166,7 @@ describe("plugins cli uninstall", () => {
|
||||
} as OpenClawConfig;
|
||||
loadConfig.mockReturnValue(baseConfig);
|
||||
setInstalledPluginIndexInstallRecords(baseConfig.plugins?.installs ?? {});
|
||||
buildPluginDiagnosticsReport.mockReturnValue({
|
||||
buildPluginSnapshotReport.mockReturnValue({
|
||||
plugins: [{ id: "alpha", name: "alpha" }],
|
||||
diagnostics: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user