test(proxy): allow JEV dependency in budget fixtures

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Moe Khalil 2026-09-18 22:03:37 +00:00
parent 0ac0362b42
commit b9e5bb3abb

View file

@ -459,7 +459,7 @@ async def test_jev_test_routing_enforces_key_budget_before_provider_invocation(
user_role=LitellmUserRoles.PROXY_ADMIN,
api_key="sk-jev-budget-test",
user_id="admin",
models=["cheap-model"],
models=["cheap-model", "typesafe/jev-test"],
max_budget=max_budget,
spend=spend,
)