From fc49f94ccf428f3574fe77079617a5ab5d0d7198 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 29 Apr 2026 12:48:25 +0100 Subject: [PATCH] test(gateway): drop stale sessions helper allowlist --- scripts/deadcode-unused-files.allowlist.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/deadcode-unused-files.allowlist.mjs b/scripts/deadcode-unused-files.allowlist.mjs index 46794e4b421..1d4baec7e1b 100644 --- a/scripts/deadcode-unused-files.allowlist.mjs +++ b/scripts/deadcode-unused-files.allowlist.mjs @@ -17,7 +17,6 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [ "src/gateway/gateway-cli-backend.live-helpers.ts", "src/gateway/gateway-cli-backend.live-probe-helpers.ts", "src/gateway/gateway-codex-harness.live-helpers.ts", - "src/gateway/test/server-sessions-helpers.ts", "src/infra/changelog-unreleased.ts", "src/mcp/openclaw-tools-serve.ts", "src/mcp/plugin-tools-handlers.ts",