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

This commit is contained in:
Ishaan Jaff 2026-02-21 10:24:53 -08:00 committed by GitHub
parent afdf70be73
commit c5b695e71c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: