From d22996ee8785aa3b9530449189b73f8a1e9ea541 Mon Sep 17 00:00:00 2001 From: Julio Quinteros Pro Date: Wed, 4 Mar 2026 11:13:57 -0300 Subject: [PATCH] Exclude aresponses_websocket from Azure SDK client init test The aresponses_websocket CallType was recently added but not included in the test exclusion list. It uses WebSocket passthrough (not Azure SDK client initialization), so it correctly doesn't call initialize_azure_sdk_client. Co-Authored-By: Claude Opus 4.6 --- tests/test_litellm/llms/azure/test_azure_common_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/llms/azure/test_azure_common_utils.py b/tests/test_litellm/llms/azure/test_azure_common_utils.py index b8c38fb909..dabbd72e49 100644 --- a/tests/test_litellm/llms/azure/test_azure_common_utils.py +++ b/tests/test_litellm/llms/azure/test_azure_common_utils.py @@ -425,6 +425,7 @@ def test_select_azure_base_url_called(setup_mocks): "add_message", "arun_thread_stream", "aresponses", + "aresponses_websocket", "alist_input_items", "acreate_fine_tuning_job", "acancel_fine_tuning_job",