From f302e0b7bdad06e6c445bccdab0735aa8873ac39 Mon Sep 17 00:00:00 2001 From: yucheng Date: Wed, 9 Sep 2026 06:31:55 +0000 Subject: [PATCH] test(prometheus): restore input length flag between tests Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/conftest.py b/tests/test_litellm/conftest.py index a4f32df46ae..827d3444424 100644 --- a/tests/test_litellm/conftest.py +++ b/tests/test_litellm/conftest.py @@ -332,6 +332,7 @@ def isolate_litellm_state(): "default_internal_user_params", "default_team_params", "prometheus_emit_stream_label", + "prometheus_emit_input_sequence_length_label", "vector_store_registry", "model_cost", "cost_margin_config",