From b20752501dd3e336b8a0f91253c284ed5cefc93d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 1 May 2026 23:23:30 +0100 Subject: [PATCH] test: remove stale config loader import --- src/config/load-channel-config-surface.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/load-channel-config-surface.test.ts b/src/config/load-channel-config-surface.test.ts index e23c015a507..2f95a5930ab 100644 --- a/src/config/load-channel-config-surface.test.ts +++ b/src/config/load-channel-config-surface.test.ts @@ -2,7 +2,6 @@ import fs from "node:fs"; import path from "node:path"; import { importFreshModule } from "openclaw/plugin-sdk/test-fixtures"; import { describe, expect, it, vi } from "vitest"; -import { loadChannelConfigSurfaceModule } from "../../scripts/load-channel-config-surface.ts"; import { withTempDir } from "../test-helpers/temp-dir.js"; async function importLoaderWithMissingBun() {