Skip to content

Commit 6fcfbaf

Browse files
committed
cluster url
1 parent 301b6ef commit 6fcfbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ extras =
282282
hiredis: hiredis
283283
ocsp: cryptography, pyopenssl, requests
284284
setenv =
285-
CLUSTER_URL = "redis://localhost:46379/0"
285+
CLUSTER_URL = "redis://localhost:16379/0"
286286
commands =
287287
standalone: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' {posargs}
288288
standalone-uvloop: pytest --cov=./ --cov-report=xml:coverage_redis.xml -W always -m 'not onlycluster' --uvloop {posargs}

0 commit comments

Comments
 (0)