Pylint fix
This commit is contained in:
parent
b9bcad9c14
commit
eb5684e5f7
@ -248,7 +248,8 @@ def test_successful_update(config_stub, basedir, download_stub,
|
|||||||
|
|
||||||
|
|
||||||
def test_parsing_multiple_hosts_on_line(config_stub, basedir, download_stub,
|
def test_parsing_multiple_hosts_on_line(config_stub, basedir, download_stub,
|
||||||
data_tmpdir, tmpdir, win_registry, caplog):
|
data_tmpdir, tmpdir, win_registry,
|
||||||
|
caplog):
|
||||||
"""Ensure multiple hosts on a line get parsed correctly"""
|
"""Ensure multiple hosts on a line get parsed correctly"""
|
||||||
host_blocker = adblock.HostBlocker()
|
host_blocker = adblock.HostBlocker()
|
||||||
bytes_host_line = ' '.join(BLOCKLIST_HOSTS).encode('utf-8')
|
bytes_host_line = ' '.join(BLOCKLIST_HOSTS).encode('utf-8')
|
||||||
|
Loading…
Reference in New Issue
Block a user