mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
test(proxy): include temp budget fields in customer budget table fixture
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
b94cd21707
commit
f972fddafc
1 changed files with 2 additions and 0 deletions
|
|
@ -806,6 +806,8 @@ _EXPECTED_CUSTOMER = {
|
|||
"model_max_budget": None,
|
||||
"budget_duration": "30d",
|
||||
"allowed_models": [],
|
||||
"temp_budget_increase": None,
|
||||
"temp_budget_expiry": None,
|
||||
"budget_reset_at": "2024-02-01T00:00:00",
|
||||
"created_at": "2024-01-01T00:00:00",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue