mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fmt(js): npm run fix on merge (#71740)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
559d0849a9
commit
0ce9022e03
1 changed files with 1 additions and 2 deletions
|
|
@ -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[][] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue