litellm/tests/proxy_admin_ui_tests
Krish Dholakia 880c2a736b
fix(model_management_endpoints.py): allow team admin to update model … (#10539)
* fix(model_management_endpoints.py): allow team admin to update model via `/model/{model_id}/update` route

Fixes ui regression where team admin could not modify their own models

* fix(provider_specific_fields.tsx): style fix

* fix(table.tsx): allow expanding multiple rows

* fix(organization_endpoints.py): more robust check if user can give org model access

handle when user has models=["all-proxy-models"]

* fix(organization_endpoints.py): enable proxy admin with 'all-proxy-model' access to create new org with specific models

Fixes LIT-135

* fix: fix linting error

* fix: fix ui linting error

* fix(index.tsx): fix linting errors
2025-05-03 19:34:35 -07:00
..
e2e_ui_tests test: comment out new ui test - needs more investigation 2025-05-03 19:32:36 -07:00
test-results
ui_unit_tests
utils
conftest.py
package-lock.json
package.json
playwright.config.ts Playwright test for team admin (#10366) (#10470) 2025-05-03 08:20:00 -07:00
test_key_management.py
test_role_based_access.py fix(model_management_endpoints.py): allow team admin to update model … (#10539) 2025-05-03 19:34:35 -07:00
test_route_check_unit_tests.py fix ensure mcp tools are llm api routes (#10473) 2025-05-01 14:37:30 -07:00
test_sso_sign_in.py
test_usage_endpoints.py