mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 02:21:27 +00:00
fix(test): skip 'projects' field in team update assertion (#21777)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user