Skip to content

Commit

Permalink
test_redis_with_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Nov 26, 2024
1 parent 12a4198 commit 5aa49ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/local_testing/test_caching_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ async def test_redis_with_ssl():

# Get the connection pool with SSL
pool = get_redis_connection_pool(
host=os.environ.get("REDIS_HOST"),
port=os.environ.get("REDIS_PORT"),
password=os.environ.get("REDIS_PASSWORD"),
host=os.environ.get("REDIS_HOST_WITH_SSL"),
port=os.environ.get("REDIS_PORT_WITH_SSL"),
password=os.environ.get("REDIS_PASSWORD_WITH_SSL"),
ssl=None,
)

Expand Down

0 comments on commit 5aa49ad

Please sign in to comment.