diff --git a/apps/desktop/electron/backend-health.test.ts b/apps/desktop/electron/backend-health.test.ts index 99be2630a7f..8d29ea1988d 100644 --- a/apps/desktop/electron/backend-health.test.ts +++ b/apps/desktop/electron/backend-health.test.ts @@ -11,8 +11,7 @@ import { waitForHermesReady } from './backend-health' -const GATE_401 = - '401: {"error":"unauthenticated","detail":"Unauthorized","reason":"no_cookie","login_url":"/login"}' +const GATE_401 = '401: {"error":"unauthenticated","detail":"Unauthorized","reason":"no_cookie","login_url":"/login"}' test('uses lightweight /api/health for current backends', async () => { const calls: string[][] = []