mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
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:
parent
0ac0362b42
commit
b9e5bb3abb
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue