From 2d8bde62a510750cf68acc7d0a7e7bd47aff3887 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 7 May 2016 22:39:53 +0200 Subject: [PATCH] docstring --- tests/unit/browser/test_adblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/browser/test_adblock.py b/tests/unit/browser/test_adblock.py index 38bb6b77b..eacdcb71f 100644 --- a/tests/unit/browser/test_adblock.py +++ b/tests/unit/browser/test_adblock.py @@ -261,7 +261,7 @@ def test_without_datadir(config_stub, tmpdir, monkeypatch, win_registry): def test_disabled_blocking_update(basedir, config_stub, download_stub, data_tmpdir, tmpdir, win_registry): - """Ensure no Url is blocked when host blocking is disabled.""" + """Ensure no URL is blocked when host blocking is disabled.""" config_stub.data = { 'content': { 'host-block-lists': generic_blocklists(tmpdir),