mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-13 18:32:12 +03:00
test(lease): inventory the credential resolve that combo edit fallthrough added
#12653 made /v1/images/edits fall through to the next combo target, and each per-target attempt resolves credentials of its own — one more classified site in that route (5 -> 6). Drift from the base tip, not from this branch. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,9 @@ const EXPECTED: Record<InventoryKind, Record<string, number>> = {
|
||||
// v3.8.51 #11754: the second resolveImageRouteModel() call (a duplicate
|
||||
// of the retirement-check one hoisted before enforceApiKeyPolicy) was
|
||||
// removed as dead redundant code, 6->5.
|
||||
"src/app/api/v1/images/edits/route.ts": 5,
|
||||
// v3.8.51 #12653: combo edit targets now fall through to the next target, so
|
||||
// the per-target attempt resolves credentials of its own, 5->6.
|
||||
"src/app/api/v1/images/edits/route.ts": 6,
|
||||
"src/app/api/v1/images/generations/route.ts": 3,
|
||||
"src/app/api/v1/images/upscale/route.ts": 1,
|
||||
"src/app/api/v1/messages/count_tokens/route.ts": 1,
|
||||
|
||||
Reference in New Issue
Block a user