From 1fbe93353d74c58978ff3d455942afa91dfba921 Mon Sep 17 00:00:00 2001 From: Yang Yang Date: Sat, 18 Apr 2026 22:33:13 -0700 Subject: [PATCH] fix the test --- tests/test_litellm/test_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 93c61e003d9..13d5bd6c4fd 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -678,6 +678,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid(): "code_interpreter_cost_per_session": {"type": "number"}, "inference_geo": {"type": "string"}, "litellm_provider": {"type": "string"}, + "aliases": {"type": "array", "items": {"type": "string"}}, "max_audio_length_hours": {"type": "number"}, "max_audio_per_prompt": {"type": "number"}, "max_document_chunks_per_query": {"type": "number"},