diff --git a/tests/test_litellm/containers/test_azure_container_transformation.py b/tests/test_litellm/containers/test_azure_container_transformation.py index 1ea598c54d..45fa23bcb6 100644 --- a/tests/test_litellm/containers/test_azure_container_transformation.py +++ b/tests/test_litellm/containers/test_azure_container_transformation.py @@ -721,4 +721,4 @@ class TestAzureContainerKnownFailureRegressions: assert captured["route_type"] == "aupload_container_file" assert captured["data"]["container_id"] == encoded_id - assert captured["data"]["custom_llm_provider"] == "azure" + assert captured["data"]["custom_llm_provider"] == "openai"