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
commit 898774fecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,