fix(test): trim matrix bind registry cleanup

This commit is contained in:
Vincent Koc 2026-03-30 19:02:23 +09:00
parent 118a497496
commit b4ecf2bc33
1 changed files with 1 additions and 2 deletions

View File

@ -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 () => {