From eb8d4021873382a64f911abb7ce560780068607d Mon Sep 17 00:00:00 2001 From: mateo Date: Thu, 20 Aug 2026 21:55:43 +0000 Subject: [PATCH] test(proxy): cover a registry model priced only via tiered_pricing Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm/proxy/auth/test_auth_checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/proxy/auth/test_auth_checks.py b/tests/test_litellm/proxy/auth/test_auth_checks.py index 12ab090fe47..b8b50cddb1e 100644 --- a/tests/test_litellm/proxy/auth/test_auth_checks.py +++ b/tests/test_litellm/proxy/auth/test_auth_checks.py @@ -6611,6 +6611,7 @@ def test_model_has_no_cost_mapping_no_model_or_router_is_false(): "azure/speech/azure-tts", "mistral/mistral-ocr-latest", "vertex_ai/imagen-3.0-generate-001", + "dashscope/qwen-flash", ], ) def test_model_has_no_cost_mapping_non_token_priced_model_is_false(underlying_model):