mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 17:10:08 +00:00
b77c9f5de2
* fix(team_endpoints.py): ensure user id correctly added when new team created with user email as member Fixes issue where user not correctly added to team on /team/new * fix(internal_user_endpoints.py): make user email validation check case insensitive Fixes issue where uppercase email was added even when lowercase email existed * test: update test
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.