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"), }, }, ]