diff --git a/tests/llm_translation/test_azure_o_series.py b/tests/llm_translation/test_azure_o_series.py index fefe52eb92..1d5bf1ba7a 100644 --- a/tests/llm_translation/test_azure_o_series.py +++ b/tests/llm_translation/test_azure_o_series.py @@ -22,9 +22,9 @@ class TestAzureOpenAIO3Mini(BaseOSeriesModelsTest, BaseLLMChatTest): def get_base_completion_call_args(self): return { "model": "azure/o3-mini", - "api_key": os.getenv("AZURE_API_KEY"), - "api_base": os.getenv("AZURE_API_BASE"), - "api_version": "2024-12-01-preview" + "api_key": os.getenv("AZURE_O3_API_KEY"), + "api_base": os.getenv("AZURE_O3_API_BASE"), + "api_version": "2025-01-01-preview" } def get_client(self):