fix(test): skip 'projects' field in team update assertion

This commit is contained in:
Ishaan Jaffer 2026-02-21 10:22:51 -08:00
parent 977ad015ca
commit 12c66aa6a6

View file

@ -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: