mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 17:10:08 +00:00
Merge pull request #21643 from BerriAI/fix/redis-cache-test-missing-host
fix(tests): pass host to RedisCache in test_team_update_redis
This commit is contained in:
@@ -962,7 +962,7 @@ async def test_team_update_redis():
|
||||
litellm.proxy.proxy_server, "proxy_logging_obj"
|
||||
)
|
||||
|
||||
redis_cache = RedisCache()
|
||||
redis_cache = RedisCache(host="localhost")
|
||||
|
||||
with patch.object(
|
||||
redis_cache,
|
||||
|
||||
Reference in New Issue
Block a user