litellm/ui
Yuneng Jiang 198ea7e85f
test(ui): cover object-shaped MCP access groups in the save payload net
The net had no case where `mcp_access_groups` arrives as objects rather than
strings, which left the normalising `.map()` in the payload builder untested.

Adding the case shows the normalisation is currently a no-op: the payload
carries the group names either way, because the antd Select hands
`validateFields()` plain strings before the mapping ever runs. The line is
dead today for that reason, not because the spread above it duplicates the
value

Worth pinning rather than deleting. The form migration replaces that Select,
and a replacement control that yields objects would make the mapping
load-bearing again. This case is what would catch it
2026-08-18 21:53:57 -07:00
..
litellm-dashboard test(ui): cover object-shaped MCP access groups in the save payload net 2026-08-18 21:53:57 -07:00
Dockerfile chore(build): move the Admin UI toolchain to Node 24 (#35801) 2026-08-04 12:36:07 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00