From 38bc855235e5c442219a808ca4b301ee73c37675 Mon Sep 17 00:00:00 2001 From: kerry Date: Fri, 18 Sep 2026 02:09:04 +0000 Subject: [PATCH] test(cost_map): stop pinning supports_reasoning absent on the openrouter o1 entry Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .../litellm_core_utils/test_fallback_generalizations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/litellm_core_utils/test_fallback_generalizations.py b/tests/test_litellm/litellm_core_utils/test_fallback_generalizations.py index f7793286c7a..91e43cba825 100644 --- a/tests/test_litellm/litellm_core_utils/test_fallback_generalizations.py +++ b/tests/test_litellm/litellm_core_utils/test_fallback_generalizations.py @@ -951,7 +951,6 @@ def test_shipped_openai_reasoning_rule_loses_to_mapped_entries(shipped_cost_map) [ ("azure/us/o1-2024-12-17", "azure", True), ("github_copilot/gpt-5", "github_copilot", None), - ("openrouter/openai/o1", "openrouter", None), ("perplexity/openai/gpt-5.4-mini", "perplexity", None), ], )