diff --git a/test/web-provider-boundary.test.ts b/test/web-provider-boundary.test.ts index 6133b12bcfb..0be2870f288 100644 --- a/test/web-provider-boundary.test.ts +++ b/test/web-provider-boundary.test.ts @@ -1,4 +1,3 @@ -import { BUNDLED_PLUGIN_PATH_PREFIX } from "openclaw/plugin-sdk/test-fixtures"; import { describe, expect, it } from "vitest"; import { collectWebFetchProviderBoundaryViolations, @@ -43,9 +42,6 @@ describe("web provider boundaries", () => { const jsonOutput = await webSearchJsonOutputPromise; expect(inventory).toEqual([]); - expect(inventory.some((entry) => entry.file.startsWith(BUNDLED_PLUGIN_PATH_PREFIX))).toBe( - false, - ); expect( [...inventory].toSorted( (left, right) =>