diff --git a/tests/test_litellm/proxy/auth/test_route_checks.py b/tests/test_litellm/proxy/auth/test_route_checks.py index 6b17263972b..ef03789f86a 100644 --- a/tests/test_litellm/proxy/auth/test_route_checks.py +++ b/tests/test_litellm/proxy/auth/test_route_checks.py @@ -3659,6 +3659,7 @@ def test_project_write_routes_reach_endpoint_for_internal_user(route): valid_token=valid_token, request_data={"team_id": "team-1"}, ) + assert RouteChecks.check_route_access(route=route, allowed_routes=LiteLLMRoutes.self_managed_routes.value) def test_project_delete_route_stays_proxy_admin_only():