mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 06:26:16 +00:00
test(test_acooldowns_router.py): fix tpm
This commit is contained in:
@@ -146,7 +146,7 @@ def test_cooldown_same_model_name():
|
||||
"api_key": os.getenv("AZURE_API_KEY"),
|
||||
"api_version": os.getenv("AZURE_API_VERSION"),
|
||||
"api_base": os.getenv("AZURE_API_BASE"),
|
||||
"tpm": 0.000001,
|
||||
"tpm": 1,
|
||||
},
|
||||
},
|
||||
]
|
||||
@@ -181,4 +181,4 @@ def test_cooldown_same_model_name():
|
||||
pytest.fail(f"Got unexpected exception on router! - {e}")
|
||||
|
||||
|
||||
test_cooldown_same_model_name()
|
||||
# test_cooldown_same_model_name()
|
||||
|
||||
Reference in New Issue
Block a user