From e67e4b893d6f4fc5013d75612601e08a7cc22d7e Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 25 Oct 2025 14:59:11 -0700 Subject: [PATCH] test_completion_azure_ai_gpt_4o_with_flexible_api_base --- tests/llm_translation/test_azure_ai.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/llm_translation/test_azure_ai.py b/tests/llm_translation/test_azure_ai.py index 94d02ef9bc..8d1ebd9590 100644 --- a/tests/llm_translation/test_azure_ai.py +++ b/tests/llm_translation/test_azure_ai.py @@ -345,8 +345,8 @@ def test_completion_azure(): @pytest.mark.parametrize( "api_base", [ - "https://ci-cd-foundry.cognitiveservices.azure.com/", - "https://ci-cd-foundry.cognitiveservices.azure.com/openai/deployments/gpt-4.1-mini/chat/completions?api-version=2023-03-15-preview", + "https://litellm-ci-cd-prod.cognitiveservices.azure.com/", + "https://litellm-ci-cd-prod.cognitiveservices.azure.com/openai/deployments/gpt-4.1-mini/chat/completions?api-version=2023-03-15-preview", ], ) def test_completion_azure_ai_gpt_4o_with_flexible_api_base(api_base):