diff --git a/scripts/check-no-extension-test-core-imports.ts b/scripts/check-no-extension-test-core-imports.ts index dcf6aecda5c..c894063f4c3 100644 --- a/scripts/check-no-extension-test-core-imports.ts +++ b/scripts/check-no-extension-test-core-imports.ts @@ -140,17 +140,17 @@ const RETIRED_EXTENSION_TEST_HELPER_BRIDGE_FILES = [ "test/helpers/media-generation/dashscope-video-provider.ts", "test/helpers/media-generation/provider-capability-assertions.ts", "test/helpers/media-generation/provider-http-mocks.ts", - "src/plugin-sdk/test-helpers/bundled-channel-entry.ts", - "src/plugin-sdk/test-helpers/bundled-plugin-paths.ts", - "src/plugin-sdk/test-helpers/envelope-timestamp.ts", - "src/plugin-sdk/test-helpers/http-test-server.ts", - "src/plugin-sdk/test-helpers/import-fresh.ts", - "src/plugin-sdk/test-helpers/mock-incoming-request.ts", - "src/plugin-sdk/test-helpers/node-builtin-mocks.ts", - "src/plugin-sdk/test-helpers/pairing-reply.ts", - "src/plugin-sdk/test-helpers/provider-replay-policy.ts", - "src/plugin-sdk/test-helpers/stt-live-audio.ts", - "src/plugin-sdk/test-helpers/temp-home.ts", + "test/helpers/bundled-channel-entry.ts", + "test/helpers/bundled-plugin-paths.ts", + "test/helpers/envelope-timestamp.ts", + "test/helpers/http-test-server.ts", + "test/helpers/import-fresh.ts", + "test/helpers/mock-incoming-request.ts", + "test/helpers/node-builtin-mocks.ts", + "test/helpers/pairing-reply.ts", + "test/helpers/provider-replay-policy.ts", + "test/helpers/stt-live-audio.ts", + "test/helpers/temp-home.ts", "test/helpers/agents/auth-profile-runtime-contract.ts", "test/helpers/agents/delivery-no-reply-runtime-contract.ts", "test/helpers/agents/openclaw-owned-tool-runtime-contract.ts",