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:
commit
898774fecf
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user