Skip to content

Commit e68c70a

Browse files
authored
Update test_ext_rediscluster.py
Switch to a cluster dedicated port
1 parent 91aa4d8 commit e68c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_managers/test_ext_rediscluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class TestRedis(base.CacheManagerBaseTests):
66
CACHE_ARGS = {
77
'type': 'ext:rediscluster',
8-
'urls': 'redis://localhost:6379'
8+
'urls': 'redis://localhost:5000'
99
}
1010

1111
def test_client_reuse(self):

0 commit comments

Comments
 (0)