summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/unit/config/test_qtargs_locale_workaround.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/config/test_qtargs_locale_workaround.py b/tests/unit/config/test_qtargs_locale_workaround.py
index 7c0be65f1..7e313377b 100644
--- a/tests/unit/config/test_qtargs_locale_workaround.py
+++ b/tests/unit/config/test_qtargs_locale_workaround.py
@@ -453,5 +453,5 @@ def test_no_locales_available(qtwe_version, monkeypatch, caplog):
monkeypatch.setattr(qtargs.QLibraryInfo, 'location', lambda _path: '/doesnotexist')
assert qtargs._get_lang_override(qtwe_version, "de-CH") is None
assert caplog.messages == [
- f"{os.sep}doesnotexist{os.sep}qtwebengine_locales not found, skipping "
- "workaround!"]
+ f"{os.sep}doesnotexist{os.sep}qtwebengine_locales not found, skipping "
+ "workaround!"]