summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-14 17:52:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-14 17:52:30 +0200
commit22e662e9b0e52af5ebdf5c887df653a11a945571 (patch)
tree0cac445796924b3a3b336d364c119980ef0b62ca
parent9115a6212afefefd40bd42bcaa081bb8274fe9ce (diff)
downloadqutebrowser-22e662e9b0e52af5ebdf5c887df653a11a945571.tar.gz
qutebrowser-22e662e9b0e52af5ebdf5c887df653a11a945571.zip
tests: Fix log ignore for newer Qt
Seems to show as 50 instead of 65 somehow...
-rw-r--r--tests/end2end/fixtures/quteprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 37989ecb5..ad693c2a1 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -57,7 +57,7 @@ def is_ignored_lowlevel_message(message):
# 'style-src' was not explicitly set, so 'default-src' is used as a
# fallback.
# INVALID: ", source: userscript:_qute_stylesheet (65)
- '", source: userscript:_qute_stylesheet (65)',
+ '", source: userscript:_qute_stylesheet (*)',
# Randomly started showing up on Qt 5.15.2
'QPaintDevice: Cannot destroy paint device that is being painted',