Skip to content

Commit

Permalink
Update test_ext_rediscluster.py
Browse files Browse the repository at this point in the history
Switch to a cluster dedicated port
  • Loading branch information
amol- authored Apr 5, 2024
1 parent 91aa4d8 commit e68c70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_managers/test_ext_rediscluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class TestRedis(base.CacheManagerBaseTests):
CACHE_ARGS = {
'type': 'ext:rediscluster',
'urls': 'redis://localhost:6379'
'urls': 'redis://localhost:5000'
}

def test_client_reuse(self):
Expand Down

0 comments on commit e68c70a

Please sign in to comment.