Happify lint.

This commit is contained in:
Omer Katz 2018-12-20 14:42:19 +02:00 committed by GitHub
parent ddd07a2923
commit 1ad6cbd35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ class test_RedisSentinel:
def test_getting_master_from_sentinel(self):
with patch('redis.sentinel.Sentinel') as patched:
connection = Connection(
'sentinel://localhost:65534/;sentinel://localhost:65535/;sentinel://localhost:65536/;', # noqa: E501
'sentinel://localhost:65534/;sentinel://localhost:65535/;sentinel://localhost:65536/;', # noqa: E501
transport_options={
'master_name': 'not_important',
},