From b4ecf2bc33e27483dc6be93daa63b3dfeb3ea4bb Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 30 Mar 2026 19:02:23 +0900 Subject: [PATCH] fix(test): trim matrix bind registry cleanup --- src/commands/agents.bind.matrix.integration.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/agents.bind.matrix.integration.test.ts b/src/commands/agents.bind.matrix.integration.test.ts index 9179febd71d..370fd59f0b4 100644 --- a/src/commands/agents.bind.matrix.integration.test.ts +++ b/src/commands/agents.bind.matrix.integration.test.ts @@ -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 () => {