Fix:test_anthropic_messages_with_all_beta_headers

This commit is contained in:
Sameer Kankute 2026-02-19 08:35:38 +05:30
parent e00c181f0c
commit 51146c4c94

View File

@ -32,8 +32,8 @@ def get_all_supported_anthropic_beta_headers(provider: str):
"model_name,provider_name",
[
("claude-sonnet-4-5-20250929", "anthropic"),
("azure-ai-claude-opus-4.5", "azure_ai"),
("vertex-ai-claude-opus-4-6", "vertex_ai"),
# ("azure-ai-claude-opus-4.5", "azure_ai"),
# ("vertex-ai-claude-opus-4-6", "vertex_ai"), Add once cicd has creds for this
],
)
async def test_anthropic_messages_with_all_beta_headers(model_name, provider_name):