summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-26 19:45:23 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-26 19:45:23 +0100
commit2877c9529a780c6ee56b83bed2b5515c1c689a38 (patch)
tree22b181a751efc7f4e99cb5fa7079e2d152a3d56f /tests
parent1168a6a13b9d9815ddf49ec63ed794cd6cc518c9 (diff)
downloadqutebrowser-2877c9529a780c6ee56b83bed2b5515c1c689a38.tar.gz
qutebrowser-2877c9529a780c6ee56b83bed2b5515c1c689a38.zip
Yet another QUrl hack
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/fixtures/quteprocess.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 0420548e2..bb797cc75 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -853,7 +853,8 @@ class QuteProc(testprocess.Process):
# We really need the same representation that the webview uses in
# its __repr__
- url = utils.elide(qurl.toDisplayString(QUrl.ComponentFormattingOption.EncodeUnicode), 100)
+ #url = utils.elide(qurl.toDisplayString(QUrl.ComponentFormattingOption.EncodeUnicode), 100)
+ url = utils.elide(qurl.toDisplayString(), 100)
assert url
pattern = re.compile(