diff --git a/src/plugin-sdk/channel-entry-contract.test.ts b/src/plugin-sdk/channel-entry-contract.test.ts index 2b01eaeee0d..b8a2f11db24 100644 --- a/src/plugin-sdk/channel-entry-contract.test.ts +++ b/src/plugin-sdk/channel-entry-contract.test.ts @@ -4,7 +4,6 @@ import path from "node:path"; import { pathToFileURL } from "node:url"; import { afterEach, describe, expect, it, vi } from "vitest"; import { importFreshModule } from "../../test/helpers/import-fresh.ts"; -import type { ChannelPlugin } from "../channels/plugins/types.plugin.js"; import type { PluginRuntime } from "../plugins/runtime/types.js"; import type { OpenClawPluginApi, PluginRegistrationMode } from "../plugins/types.js"; import { defineBundledChannelEntry, loadBundledEntryExportSync } from "./channel-entry-contract.js"; @@ -78,7 +77,7 @@ function createBundledChannelEntry(params: { registerCliMetadata?: (api: OpenClawPluginApi) => void; registerFull?: (api: OpenClawPluginApi) => void; }) { - return defineBundledChannelEntry({ + return defineBundledChannelEntry({ id: params.pluginId, name: params.pluginId, description: "bundled channel entry test",