From 0ce9022e0355d5190d768e53ec7e2d864da6577a Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:11:26 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#71740) Co-authored-by: github-actions[bot] --- apps/desktop/electron/backend-health.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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[][] = []