mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: fix test - set num_retries=0
This commit is contained in:
parent
1543efd5d4
commit
b9c0b55e7c
2 changed files with 3 additions and 1 deletions
|
@ -831,6 +831,7 @@ def test_usage_based_routing_fallbacks():
|
|||
routing_strategy="usage-based-routing",
|
||||
redis_host=os.environ["REDIS_HOST"],
|
||||
redis_port=os.environ["REDIS_PORT"],
|
||||
num_retries=0,
|
||||
)
|
||||
|
||||
messages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue