summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-24 16:37:34 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-24 16:37:34 +0100
commita107ac2cfc15a8ca3f0b6e38f85c229424a600b0 (patch)
tree1ba2d30e424b17a816b1740cfa7277d512385f1d /tests/end2end/fixtures/quteprocess.py
parent069666bcd193f31cae68630a2d69d6c295631351 (diff)
downloadqutebrowser-a107ac2cfc15a8ca3f0b6e38f85c229424a600b0.tar.gz
qutebrowser-a107ac2cfc15a8ca3f0b6e38f85c229424a600b0.zip
notifications: Don't depend on notificationserver for all tests
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-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 067761534..ed12b86dc 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -1020,7 +1020,7 @@ def quteproc_process(qapp, server, request):
@pytest.fixture
-def quteproc(quteproc_process, server, request, notification_server):
+def quteproc(quteproc_process, server, request):
"""Per-test qutebrowser fixture which uses the per-file process."""
request.node._quteproc_log = quteproc_process.captured_log
quteproc_process.before_test()