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:
Devin AI 2026-09-17 18:10:00 +00:00
parent b94cd21707
commit f972fddafc

View file

@ -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",
},