mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
test: remove redundant web boundary assertion
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user