summaryrefslogtreecommitdiff
path: root/tests/unit/components/test_braveadblock.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/components/test_braveadblock.py')
-rw-r--r--tests/unit/components/test_braveadblock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/components/test_braveadblock.py b/tests/unit/components/test_braveadblock.py
index cafb2a7d7..65cdb1681 100644
--- a/tests/unit/components/test_braveadblock.py
+++ b/tests/unit/components/test_braveadblock.py
@@ -169,7 +169,7 @@ def easylist_easyprivacy(easylist_easyprivacy_both):
@pytest.fixture
def ad_blocker(config_stub, data_tmpdir):
- pytest.importorskip("adblock")
+ testutils.qt_module_skip("adblock")
return braveadblock.BraveAdBlocker(data_dir=pathlib.Path(str(data_tmpdir)))