test: remove redundant web boundary assertion · openclaw/openclaw@279aa7f
steipete
·
2026-05-08
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -import { BUNDLED_PLUGIN_PATH_PREFIX } from "openclaw/plugin-sdk/test-fixtures"; |
2 | 1 | import { describe, expect, it } from "vitest"; |
3 | 2 | import { |
4 | 3 | collectWebFetchProviderBoundaryViolations, |
@@ -43,9 +42,6 @@ describe("web provider boundaries", () => {
|
43 | 42 | const jsonOutput = await webSearchJsonOutputPromise; |
44 | 43 | |
45 | 44 | expect(inventory).toEqual([]); |
46 | | -expect(inventory.some((entry) => entry.file.startsWith(BUNDLED_PLUGIN_PATH_PREFIX))).toBe( |
47 | | -false, |
48 | | -); |
49 | 45 | expect( |
50 | 46 | [...inventory].toSorted( |
51 | 47 | (left, right) => |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。