test: clean up lint warnings

This commit is contained in:
Peter Steinberger
2026-01-10 16:16:55 +01:00
parent 53a0c966a5
commit 78532d76bd
2 changed files with 5 additions and 8 deletions

View File

@@ -209,9 +209,9 @@ describeLive("gateway live (dev agent, profile keys)", () => {
const nextCfg = {
...cfg,
agents: {
...(cfg.agents ?? {}),
...cfg.agents,
defaults: {
...(cfg.agents?.defaults ?? {}),
...cfg.agents?.defaults,
models: Object.fromEntries(
candidates.map((m) => [`${m.provider}/${m.id}`, {}]),
),