mirror of https://github.com/openclaw/openclaw.git
fix(test): trim matrix bind registry cleanup
This commit is contained in:
parent
118a497496
commit
b4ecf2bc33
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue