MCPcopy Create free account
hub / github.com/simstudioai/sim / reqWithHeaders

Function reqWithHeaders

apps/sim/lib/webhooks/providers/zoom.test.ts:7–9  ·  view source on GitHub ↗
(headers: Record<string, string>)

Source from the content-addressed store, hash-verified

5import { isZoomEventMatch } from '@/triggers/zoom/utils'
6
7function reqWithHeaders(headers: Record<string, string>): NextRequest {
8 return new NextRequest('http://localhost/test', { headers })
9}
10
11describe('Zoom webhook provider', () => {
12 it('isZoomEventMatch rejects empty event for specialized triggers', () => {

Callers 1

zoom.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected