fix - test team_alias

This commit is contained in:
Ishaan Jaff 2024-05-25 15:42:52 -07:00
parent 59cb306d47
commit 6ec0efab50

View file

@ -8036,6 +8036,7 @@ async def new_team(
## ADD TO TEAM TABLE ## ADD TO TEAM TABLE
complete_team_data = LiteLLM_TeamTable( complete_team_data = LiteLLM_TeamTable(
**data.json(), **data.json(),
model_id=_model_id,
) )
# If budget_duration is set, set `budget_reset_at` # If budget_duration is set, set `budget_reset_at`