mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(test): update claude model name in test_get_valid_models_from_dynamic_api_key
This commit is contained in:
parent
977ad015ca
commit
e19f509b44
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue