diff --git a/apps/sim/tools/index.test.ts b/apps/sim/tools/index.test.ts index aa0f983a2d..3fa4073ac3 100644 --- a/apps/sim/tools/index.test.ts +++ b/apps/sim/tools/index.test.ts @@ -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' }, + }) ) })