From eabf2de415353d5e5c1926e41bc6534353b065ab Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Thu, 9 Apr 2026 14:25:58 -0700 Subject: [PATCH] lint --- apps/sim/tools/index.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' }, + }) ) })