forked from phoenix/litellm-mirror
fix: fix tests
This commit is contained in:
parent
0d9c96bebf
commit
41c81f6335
2 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,7 @@ async def test_router_async_caching_with_ssl_url():
|
|||
"rpm": 10000,
|
||||
},
|
||||
],
|
||||
redis_url=os.getenv("REDIS_URL"),
|
||||
redis_url=os.getenv("REDIS_SSL_URL"),
|
||||
)
|
||||
|
||||
response = await router.cache.redis_cache.ping()
|
||||
|
@ -60,7 +60,7 @@ def test_router_sync_caching_with_ssl_url():
|
|||
"rpm": 10000,
|
||||
},
|
||||
],
|
||||
redis_url=os.getenv("REDIS_URL"),
|
||||
redis_url=os.getenv("REDIS_SSL_URL"),
|
||||
)
|
||||
|
||||
response = router.cache.redis_cache.sync_ping()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue