style: format web fetch ssrf test

This commit is contained in:
Peter Steinberger
2026-04-09 10:18:32 +01:00
parent 8be3a4466c
commit 828c64e6b5

View File

@@ -178,5 +178,4 @@ describe("web_fetch SSRF protection", () => {
const stricterTool = await createWebFetchToolForTest({ cacheTtlMinutes: 1 });
await expectBlockedUrl(stricterTool, url, /private|internal|blocked/i);
});
});