mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 13:22:14 +00:00
fix(test): trim matrix bind registry cleanup
This commit is contained in:
@@ -11,7 +11,6 @@ import {
|
||||
runtime,
|
||||
writeConfigFileMock,
|
||||
} from "./agents.bind.test-support.js";
|
||||
import { setDefaultChannelPluginRegistryForTests } from "./channel-test-helpers.js";
|
||||
import { baseConfigSnapshot } from "./test-runtime-config-helpers.js";
|
||||
|
||||
const matrixBindingPlugin = createBindingResolverTestPlugin({
|
||||
@@ -39,7 +38,7 @@ describe("agents bind matrix integration", () => {
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
setDefaultChannelPluginRegistryForTests();
|
||||
setActivePluginRegistry(createTestRegistry());
|
||||
});
|
||||
|
||||
it("uses matrix plugin binding resolver when accountId is omitted", async () => {
|
||||
|
||||
Reference in New Issue
Block a user