mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 21:20:46 +00:00
fix(ci): repair plugin registry test lanes
This commit is contained in:
@@ -33,6 +33,7 @@ describe("plugins cli policy mutations", () => {
|
||||
expect(writeConfigFile).toHaveBeenCalledWith(enabledConfig);
|
||||
expect(refreshPluginRegistry).toHaveBeenCalledWith({
|
||||
config: enabledConfig,
|
||||
installRecords: {},
|
||||
reason: "policy-changed",
|
||||
});
|
||||
});
|
||||
@@ -52,6 +53,7 @@ describe("plugins cli policy mutations", () => {
|
||||
expect(nextConfig.plugins?.entries?.alpha?.enabled).toBe(false);
|
||||
expect(refreshPluginRegistry).toHaveBeenCalledWith({
|
||||
config: nextConfig,
|
||||
installRecords: {},
|
||||
reason: "policy-changed",
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user