| 1 | import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest'; |
| 2 | import { createWebhookFetch, SsrfRefusedError } from '../../src/training-agent/webhook-fetch.js'; |
| 3 | |
| 4 | describe('createWebhookFetch — SSRF guard', () => { |
nothing calls this directly
no test coverage detected