Fix azure container multipart provider assertion

This commit is contained in:
Cursor Agent 2026-04-30 17:50:01 +00:00
parent 02ee8e2e44
commit 2af55422f6
No known key found for this signature in database

View File

@ -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"