mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
formatting
This commit is contained in:
parent
5b9d516e43
commit
6633b33085
1 changed files with 4 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ from litellm.router_utils.cooldown_handlers import _should_cooldown_deployment
|
|||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_router_cooldown_event_callback_no_deployment():
|
||||
"""
|
||||
|
|
@ -410,4 +411,6 @@ def test_is_cooldown_required_empty_string_exception_status(testing_litellm_rout
|
|||
exception_status="",
|
||||
)
|
||||
|
||||
assert result is False, "Should not require cooldown when exception_status is empty string"
|
||||
assert (
|
||||
result is False
|
||||
), "Should not require cooldown when exception_status is empty string"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue