summaryrefslogtreecommitdiff
path: root/tests/unit/config/test_qtargs_locale_workaround.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/config/test_qtargs_locale_workaround.py')
-rw-r--r--tests/unit/config/test_qtargs_locale_workaround.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/config/test_qtargs_locale_workaround.py b/tests/unit/config/test_qtargs_locale_workaround.py
index 6a8f2b8e1..f4e002424 100644
--- a/tests/unit/config/test_qtargs_locale_workaround.py
+++ b/tests/unit/config/test_qtargs_locale_workaround.py
@@ -448,7 +448,7 @@ def test_disabled(qtwe_version, config_stub):
@pytest.mark.fake_os('linux')
-def test_no_locales_available(qtwe_version, monkeypatch, caplog):
+def test_no_locales_available(qtwe_version, monkeypatch, caplog, request):
path = pathlib.Path('/doesnotexist/qtwebengine_locales')
assert not path.exists()
monkeypatch.setattr(qtargs, '_webengine_locales_path', lambda: path)