forked from phoenix/litellm-mirror
test_redis_with_ssl
This commit is contained in:
parent
12a419864d
commit
5aa49ad099
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,9 @@ async def test_redis_with_ssl():
|
||||||
|
|
||||||
# Get the connection pool with SSL
|
# Get the connection pool with SSL
|
||||||
pool = get_redis_connection_pool(
|
pool = get_redis_connection_pool(
|
||||||
host=os.environ.get("REDIS_HOST"),
|
host=os.environ.get("REDIS_HOST_WITH_SSL"),
|
||||||
port=os.environ.get("REDIS_PORT"),
|
port=os.environ.get("REDIS_PORT_WITH_SSL"),
|
||||||
password=os.environ.get("REDIS_PASSWORD"),
|
password=os.environ.get("REDIS_PASSWORD_WITH_SSL"),
|
||||||
ssl=None,
|
ssl=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue