fix(test): update claude model name in test_get_valid_models_from_dynamic_api_key (#21771)

This commit is contained in:
Ishaan Jaff 2026-02-21 10:15:23 -08:00 committed by GitHub
parent 3840497109
commit afdf70be73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2348,7 +2348,7 @@ def test_get_valid_models_from_dynamic_api_key():
check_provider_endpoint=True,
)
assert len(valid_models) > 0
assert "anthropic/claude-3-7-sonnet-20250219" in valid_models
assert "anthropic/claude-sonnet-4-6" in valid_models
def test_get_whitelisted_models():