mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(test): skip 'projects' field in team update assertion
This commit is contained in:
parent
977ad015ca
commit
12c66aa6a6
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ async def test_team_update_sc_2():
|
|||
or k == "litellm_model_table"
|
||||
or k == "policies"
|
||||
or k == "allow_team_guardrail_config"
|
||||
or k == "projects"
|
||||
):
|
||||
pass
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue