litellm/tests/test_litellm/proxy/auth
Ishaan Jaff c40580f892
[Fix] JWT - Fix error when team member already part of team (#11735)
* fix _check_member_duplication

* fix map_user_to_teams

* test_map_user_to_teams_handles_already_in_team_exception

* test_team_endpoints.py
2025-06-14 15:50:16 -07:00
..
test_auth_checks.py [Feat] Enforce Vector Store Access Controls on LiteLLM Auth (#11281) 2025-05-30 22:20:11 -07:00
test_auth_exception_handler.py
test_handle_jwt.py [Fix] JWT - Fix error when team member already part of team (#11735) 2025-06-14 15:50:16 -07:00
test_litellm_license.py Show remaining users on UI (#11568) 2025-06-09 22:04:45 -07:00
test_model_checks.py UI - fix invitation link + ensure team models returned when team has 'all-proxy-models' + team only models (#11524) 2025-06-07 15:19:52 -07:00
test_user_api_key_auth.py