test: remove redundant web boundary assertion

This commit is contained in:
Peter Steinberger
2026-05-08 08:44:42 +01:00
parent 2e816710ed
commit 279aa7f7b8

View File

@@ -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) =>