From f7c11d8a0a4404fd5285b1a404ac3ee85262a35e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 20:11:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/tests/test_sampling_params_routing.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/backend/tests/test_sampling_params_routing.py b/studio/backend/tests/test_sampling_params_routing.py index 61f41a533e..f667245118 100644 --- a/studio/backend/tests/test_sampling_params_routing.py +++ b/studio/backend/tests/test_sampling_params_routing.py @@ -461,9 +461,7 @@ def test_openai_responses_forwards_service_tier(monkeypatch): assert body.get("service_tier") == "priority", body -@pytest.mark.parametrize( - "value", ["auto", "default", "flex", "scale", "priority"] -) +@pytest.mark.parametrize("value", ["auto", "default", "flex", "scale", "priority"]) def test_openai_responses_forwards_documented_service_tiers(monkeypatch, value): """openai-python ships service_tier as `Literal["auto","default","flex","scale","priority"]` for