mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
refactor(plugins): delete registry compat scaffolding (#117749)
* refactor(plugins): delete registry compat scaffolding * test(plugins): update CLI registry handle mock * fix(plugins): preserve explicitly initialized hook registries * test(plugins): update registry ownership fixtures * fix(channels): restore registry snapshot memo
This commit is contained in:
committed by
GitHub
parent
a084763814
commit
ccee629359
@@ -3,7 +3,7 @@ import { sendDurableMessageBatch } from "openclaw/plugin-sdk/channel-outbound";
|
||||
import {
|
||||
createOutboundTestPlugin,
|
||||
createTestRegistry,
|
||||
releasePinnedPluginChannelRegistry,
|
||||
resetPluginRuntimeStateForTest,
|
||||
resetGlobalHookRunner,
|
||||
setActivePluginRegistry,
|
||||
} from "openclaw/plugin-sdk/channel-test-helpers";
|
||||
@@ -56,7 +56,7 @@ describe("Feishu outbound shared delivery", () => {
|
||||
|
||||
afterEach(() => {
|
||||
resetGlobalHookRunner();
|
||||
releasePinnedPluginChannelRegistry();
|
||||
resetPluginRuntimeStateForTest();
|
||||
});
|
||||
|
||||
it("routes oversized presentation media through one media send and chunked fallback text", async () => {
|
||||
|
||||
Reference in New Issue
Block a user