mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
The group_by=team branch queried spend for every team in the date range regardless of team_id; team_id was only honored in the separate branch that also required a customer_id. Route the team report through a new get_spend_by_team helper (sibling of get_spend_by_team_and_customer) that binds team_id as an optional $3 predicate, so a provided team_id narrows the result to that team and a null team_id still returns every team. |
||
|---|---|---|
| .. | ||
| test_budget_reservation_redis_failure.py | ||
| test_cloudzero_endpoints.py | ||
| test_spend_log_error_logger.py | ||
| test_spend_management_endpoints.py | ||
| test_spend_query_optimization.py | ||
| test_spend_tracking_utils.py | ||