test(vercel-ai-gateway): complete guarded fetch fixtures

This commit is contained in:
Vincent Koc 2026-07-01 19:41:14 -07:00
parent 76db9a3376
commit 1fcce9f1ee
No known key found for this signature in database

View file

@ -136,6 +136,7 @@ describe("vercel ai gateway provider catalog", () => {
fetchWithSsrFGuardMock.mockResolvedValueOnce({
response: jsonResponse(payload),
release: async () => {},
finalUrl: `${VERCEL_AI_GATEWAY_BASE_URL}/v1/models`,
});
await withLiveDiscovery(async () => {
@ -167,6 +168,7 @@ describe("vercel ai gateway provider catalog", () => {
],
}),
release: async () => {},
finalUrl: `${VERCEL_AI_GATEWAY_BASE_URL}/v1/models`,
});
await withLiveDiscovery(async () => {