litellm/tests/litellm/proxy
yuneng-jiang 79817ff796 [Fix] Constrain feature_name to Literal, deduplicate runtime flags, fix silent test swallowing
- rbac_utils.py: change feature_name from str to Literal["agents", "vector_stores"]
  so typos are caught by type checkers at import time
- proxy_setting_endpoints.py: extract _RUNTIME_GENERAL_SETTINGS_FLAGS as a module-level
  constant, replacing duplicated inline lists in get_ui_settings and update_ui_settings
- test_vector_store_rbac.py: remove try/except pattern that silently swallowed non-403
  HTTPExceptions; tests now let any unexpected exception propagate as a test failure

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 15:42:17 -08:00
..
_experimental/mcp_server Fix/non standard mcp url pattern (#19738) 2026-01-25 23:00:53 -08:00
agent_endpoints [Feature] RBAC for Vector Stores and Agents 2026-03-04 20:13:14 -08:00
common_utils [Fix] Address code review: delegate team admin check to shared helper, fix sidebar team admin exemption 2026-03-05 15:04:33 -08:00
guardrails fix Unauthenticated RCE and Sandbox Escape in Custom Code Guardrail 2026-02-25 17:57:32 +05:30
management_endpoints fix(proxy): skip premium check for empty metadata fields on team/key update 2026-02-06 14:50:24 -05:00
vector_store_endpoints [Fix] Constrain feature_name to Literal, deduplicate runtime flags, fix silent test swallowing 2026-03-05 15:42:17 -08:00
test_batch_x_litellm_model_encoding.py fix: correct indentation from commit suggestions and add missing Optional import 2026-03-03 10:51:48 -03:00
test_claude_code_marketplace.py Fix/claude code plugin schema (#22271) 2026-02-27 15:59:37 -08:00
test_init_litellm_callbacks.py fix: prevent double-counting of litellm_proxy_total_requests_metric (#21159) 2026-02-16 09:10:49 -08:00
test_model_based_routing_files_batches.py fix(proxy): use batch_ prefix for Vertex AI batch IDs in encode_file_id_with_model (#21624) 2026-02-20 08:32:46 -08:00
test_prisma_engine_watchdog.py fix: escalate to heavy Prisma reconnect after consecutive lightweight failures (#22211) 2026-03-02 19:21:11 +05:30