diff --git a/src/infra/outbound/channel-adapters.test.ts b/src/infra/outbound/channel-adapters.test.ts index eaf9ee1e00b..4b66c32a207 100644 --- a/src/infra/outbound/channel-adapters.test.ts +++ b/src/infra/outbound/channel-adapters.test.ts @@ -36,6 +36,11 @@ describe("getChannelMessageAdapter", () => { setActivePluginRegistry( createTestRegistry([ { pluginId: "discord", plugin: discordCrossContextPlugin, source: "test" }, + { + pluginId: "telegram", + plugin: createChannelTestPluginBase({ id: "telegram" }), + source: "test", + }, ]), ); });