summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/test_connection_pool.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_asyncio/test_connection_pool.py')
-rw-r--r--tests/test_asyncio/test_connection_pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_asyncio/test_connection_pool.py b/tests/test_asyncio/test_connection_pool.py
index 35f23f4..5de25f2 100644
--- a/tests/test_asyncio/test_connection_pool.py
+++ b/tests/test_asyncio/test_connection_pool.py
@@ -416,7 +416,7 @@ class TestConnectionPoolURLParsing:
def test_invalid_extra_typed_querystring_options(self):
with pytest.raises(ValueError):
redis.ConnectionPool.from_url(
- "redis://localhost/2?socket_timeout=_&" "socket_connect_timeout=abc"
+ "redis://localhost/2?socket_timeout=_&socket_connect_timeout=abc"
)
def test_extra_querystring_options(self):