mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
test(vercel-ai-gateway): complete guarded fetch fixtures
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user