mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
The memory, workflows, and guardrails-monitor page tests asserted that a denied role fires no request at all. Their names, and the assertion on the very next line, say the intent is narrower: the page must not fetch its own data. Resolving whether a caller is an org admin goes through /organization/list for every role, since deciding org-admin-for-any-org needs the list, and the route scopes rows per caller. That legitimate request fails a blanket no-fetch assertion, so all three files went red on staging for a reason unrelated to what they test. Drops the blanket assertion and keeps the scoped one. Bypassing the gate in memory/page.tsx still fails five tests, so the narrower assertion continues to catch a genuinely broken gate. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||