mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +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:
commit
898774fecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue