mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
test(vercel-ai-gateway): complete guarded fetch fixtures
This commit is contained in:
parent
76db9a3376
commit
1fcce9f1ee
1 changed files with 2 additions and 0 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue