mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:21:36 +00:00
fix(ci): align telegram runtime and test drift
This commit is contained in:
@@ -3606,12 +3606,12 @@ describe("getCompatibleActivePluginRegistry", () => {
|
||||
"sessions.get": () => undefined,
|
||||
},
|
||||
};
|
||||
const { cacheKey } = resolvePluginLoadCacheContext(loadOptions);
|
||||
const { cacheKey } = __testing.resolvePluginLoadCacheContext(loadOptions);
|
||||
setActivePluginRegistry(registry, cacheKey);
|
||||
|
||||
expect(getCompatibleActivePluginRegistry(loadOptions)).toBe(registry);
|
||||
expect(__testing.getCompatibleActivePluginRegistry(loadOptions)).toBe(registry);
|
||||
expect(
|
||||
getCompatibleActivePluginRegistry({
|
||||
__testing.getCompatibleActivePluginRegistry({
|
||||
...loadOptions,
|
||||
coreGatewayHandlers: {
|
||||
"sessions.get": () => undefined,
|
||||
|
||||
Reference in New Issue
Block a user