Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Aug 28, 2024
1 parent 76c38c6 commit 84137af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/tests/test_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -2189,7 +2189,7 @@ def test_router_correctly_reraise_error():
pass


def test_router_dynamic_cooldown_correct_retry_after_time(sync_mode):
def test_router_dynamic_cooldown_correct_retry_after_time():
"""
User feedback: litellm says "No deployments available for selected model, Try again in 60 seconds"
but Azure says to retry in at most 9s
Expand Down

0 comments on commit 84137af

Please sign in to comment.