mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
test: assert only the org ceiling /team/info returns
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ddb0fe691
commit
9cdfe311e9
1 changed files with 1 additions and 3 deletions
|
|
@ -14224,6 +14224,4 @@ async def test_team_info_returns_parent_organization_models(organization, expect
|
|||
user_api_key_dict=UserAPIKeyAuth(user_role=LitellmUserRoles.PROXY_ADMIN),
|
||||
)
|
||||
|
||||
team_info = response["team_info"]
|
||||
assert team_info.organization_models == expected_models
|
||||
assert "litellm_organization_table" not in team_info.model_dump()
|
||||
assert response["team_info"].organization_models == expected_models
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue