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

This commit is contained in:
Vincent Koc
2026-07-01 19:41:14 -07:00
parent c1b8362566
commit ffb5716ebf
@@ -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 () => {