This commit is contained in:
Waleed Latif
2026-04-09 14:25:58 -07:00
parent 5819bfa564
commit eabf2de415

View File

@@ -488,7 +488,10 @@ describe('Automatic Internal Route Detection', () => {
mockValidateUrlWithDNS.mockResolvedValue({ isValid: true, resolvedIP: '93.184.216.34' })
mockSecureFetchWithPinnedIP.mockResolvedValue(
new Response(JSON.stringify({}), { status: 200, headers: { 'content-type': 'application/json' } })
new Response(JSON.stringify({}), {
status: 200,
headers: { 'content-type': 'application/json' },
})
)
})