From ce26dd4101ff6f0636e129bced8a669c355e6e2e Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 28 Mar 2026 19:42:14 -0700 Subject: [PATCH] test: update tests --- tests/local_testing/test_router_client_init.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/local_testing/test_router_client_init.py b/tests/local_testing/test_router_client_init.py index ea808f96f3..6cf8b4e59b 100644 --- a/tests/local_testing/test_router_client_init.py +++ b/tests/local_testing/test_router_client_init.py @@ -174,9 +174,9 @@ async def test_audio_speech_router(): { "model_name": "tts", "litellm_params": { - "model": "azure/azure-tts", - "api_base": os.getenv("AZURE_SWEDEN_API_BASE"), - "api_key": os.getenv("AZURE_SWEDEN_API_KEY"), + "model": "azure/tts", + "api_base": os.getenv("AZURE_TTS_API_BASE"), + "api_key": os.getenv("AZURE_TTS_API_KEY"), }, }, ]