Browse Source

fix: lint error

pull/1488/head
phi 2 months ago
parent
commit
774d70ff65
  1. 3
      tests/common/test_redis_manager.py

3
tests/common/test_redis_manager.py

@ -31,7 +31,8 @@ class TestPubSubManager:
{'db': 0}
)
assert parse_redis_sentinel_url(
f'{rtype}+sentinel://user:password@h1:6379,h2:6379,h1:6380/0/myredis'
f'{rtype}+sentinel://'
'user:password@h1:6379,h2:6379,h1:6380/0/myredis'
) == (
[('h1', 6379), ('h2', 6379), ('h1', 6380)],
'myredis',

Loading…
Cancel
Save