MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / training-agent-webhook-fetch.test.ts

File training-agent-webhook-fetch.test.ts

server/tests/unit/training-agent-webhook-fetch.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

createWebhookFetchFunction · 0.85
itFunction · 0.85

Tested by

no test coverage detected