From b730b0669116a876ae5f328f16576a4d1bab470d Mon Sep 17 00:00:00 2001 From: jesus Date: Fri, 18 Sep 2026 23:36:53 +0000 Subject: [PATCH] test(proxy): expect the carried user windows kwarg on the spend counter call Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm/proxy/hooks/test_proxy_track_cost_callback.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/proxy/hooks/test_proxy_track_cost_callback.py b/tests/test_litellm/proxy/hooks/test_proxy_track_cost_callback.py index dfc95db3e14..538af40d02c 100644 --- a/tests/test_litellm/proxy/hooks/test_proxy_track_cost_callback.py +++ b/tests/test_litellm/proxy/hooks/test_proxy_track_cost_callback.py @@ -586,6 +586,7 @@ async def test_update_database_and_spend_counters_updates_counters_after_db_upda tags=["tag-a"], request_started_at=start_time, model_access_groups=("premium",), + user_budget_limits=None, )