Files
litellm/tests/proxy_unit_tests
Julio Quinteros Pro bd8c1cc673 fix(tests): pass host to RedisCache in test_team_update_redis to avoid ValueError
RedisCache() without arguments fails at construction with
"ValueError: Either 'host' or 'url' must be specified for redis."
The actual Redis connection is irrelevant since async_set_cache is mocked.
Unlike test_get_team_redis which uses client_no_auth (which sets REDIS_HOST
via fake_env_vars), test_team_update_redis has no fixture setting that env var.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 01:00:58 -03:00
..
2025-10-25 10:19:24 -07:00
2025-10-25 10:19:24 -07:00
2026-02-13 22:01:28 -08:00
2026-01-16 19:06:23 -08:00
2025-07-27 09:52:22 -07:00
2025-10-25 10:19:24 -07:00
2026-01-20 18:01:22 -08:00
2025-12-20 15:08:31 +05:30