mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(tests): read CI_CD_DEFAULT_ANTHROPIC_MODEL env var in test_router_retries
This commit is contained in:
parent
020c44a15b
commit
015d43e792
1 changed files with 1 additions and 1 deletions
|
|
@ -859,7 +859,7 @@ async def test_router_timeout_model_specific_and_global():
|
|||
{
|
||||
"model_name": "anthropic-claude",
|
||||
"litellm_params": {
|
||||
"model": "anthropic/claude-sonnet-4-5-20250929",
|
||||
"model": f"anthropic/{os.environ.get('CI_CD_DEFAULT_ANTHROPIC_MODEL', 'claude-haiku-4-5-20251001')}",
|
||||
"timeout": 1,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue