From 1d7dbd8cd9e03662fe27ce797969da2820a03957 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 10:41:29 +0000 Subject: [PATCH] test: reclassify web fetch/readability suites as unit tests --- ....test.ts => web-fetch.firecrawl-api-key-normalization.test.ts} | 0 .../tools/{web-fetch.ssrf.e2e.test.ts => web-fetch.ssrf.test.ts} | 0 ...ools.readability.e2e.test.ts => web-tools.readability.test.ts} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/agents/tools/{web-fetch.firecrawl-api-key-normalization.e2e.test.ts => web-fetch.firecrawl-api-key-normalization.test.ts} (100%) rename src/agents/tools/{web-fetch.ssrf.e2e.test.ts => web-fetch.ssrf.test.ts} (100%) rename src/agents/tools/{web-tools.readability.e2e.test.ts => web-tools.readability.test.ts} (100%) diff --git a/src/agents/tools/web-fetch.firecrawl-api-key-normalization.e2e.test.ts b/src/agents/tools/web-fetch.firecrawl-api-key-normalization.test.ts similarity index 100% rename from src/agents/tools/web-fetch.firecrawl-api-key-normalization.e2e.test.ts rename to src/agents/tools/web-fetch.firecrawl-api-key-normalization.test.ts diff --git a/src/agents/tools/web-fetch.ssrf.e2e.test.ts b/src/agents/tools/web-fetch.ssrf.test.ts similarity index 100% rename from src/agents/tools/web-fetch.ssrf.e2e.test.ts rename to src/agents/tools/web-fetch.ssrf.test.ts diff --git a/src/agents/tools/web-tools.readability.e2e.test.ts b/src/agents/tools/web-tools.readability.test.ts similarity index 100% rename from src/agents/tools/web-tools.readability.e2e.test.ts rename to src/agents/tools/web-tools.readability.test.ts