test(sse): bump hard-lease inventory count for #11495 sweep query (#11677)

Merged via /merge-batch (2026-08-26, v3.8.51). Boarded no worktree combinado; validação única: typecheck/complexity/cognitive-complexity/file-size/changelog verdes, lint nos mesmos 228 achados pré-existentes confirmados contra o tip puro, testes focados passando. Obrigado pela contribuição.
This commit is contained in:
Webman
2026-08-26 15:39:57 -05:00
committed by GitHub
parent 42a13fedef
commit f75bd75389
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
- **test(sse):** bump the hard-lease connection-query inventory for `src/lib/tokenHealthCheck.ts` to 2 — the verify-only web-cookie sweep added by #11495 split the single `getProviderConnections` call into oauth + cookie variants, which the frozen inventory had not tracked ([#11495](https://github.com/diegosouzapw/OmniRoute/pull/11495)).

View File

@@ -137,7 +137,8 @@ const EXPECTED: Record<InventoryKind, Record<string, number>> = {
"src/lib/proxyEgress.ts": 1,
"src/lib/quota/connectionRecovery.ts": 2,
"src/lib/sync/bundle.ts": 1,
"src/lib/tokenHealthCheck.ts": 1,
// #11495: verify-only sweep queries oauth + cookie connections
"src/lib/tokenHealthCheck.ts": 2,
"src/lib/tokenHealthCheckCopilot.ts": 1,
"src/lib/usage/callLogs.ts": 1,
"src/lib/usage/codexResetCredits.ts": 1,