diff --git a/litellm/tests/test_configs/test_bad_config.yaml b/litellm/tests/test_configs/test_bad_config.yaml index aaa689306..bf059b10d 100644 --- a/litellm/tests/test_configs/test_bad_config.yaml +++ b/litellm/tests/test_configs/test_bad_config.yaml @@ -2,4 +2,9 @@ model_list: - model_name: gpt-3.5-turbo litellm_params: api_key: bad-key - model: gpt-3.5-turbo \ No newline at end of file + model: gpt-3.5-turbo + - model_name: azure-gpt-3.5-turbo + litellm_params: + model: azure/chatgpt-v-2 + api_base: os.environ/AZURE_API_BASE + api_key: bad-key \ No newline at end of file