From 51ad8d042594c908bff9b13017621fae5ae2a6b7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 25 Nov 2024 21:36:00 -0800 Subject: [PATCH] test_redis_with_ssl --- tests/local_testing/test_caching_ssl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/local_testing/test_caching_ssl.py b/tests/local_testing/test_caching_ssl.py index 5dc4bdbbf..1b642f767 100644 --- a/tests/local_testing/test_caching_ssl.py +++ b/tests/local_testing/test_caching_ssl.py @@ -111,6 +111,7 @@ async def test_redis_with_ssl(): from litellm._redis import get_redis_connection_pool, get_redis_async_client # Get the connection pool with SSL + # REDIS_HOST_WITH_SSL is just a redis cloud instance with Transport layer security (TLS) enabled pool = get_redis_connection_pool( host=os.environ.get("REDIS_HOST_WITH_SSL"), port=os.environ.get("REDIS_PORT_WITH_SSL"),