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:
jquinter
2026-02-20 01:11:04 -03:00
committed by GitHub
+1 -1
View File
@@ -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,