summaryrefslogtreecommitdiff
path: root/tests/end2end/test_invocations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/test_invocations.py')
-rw-r--r--tests/end2end/test_invocations.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py
index 1680a838b..74805cec2 100644
--- a/tests/end2end/test_invocations.py
+++ b/tests/end2end/test_invocations.py
@@ -429,6 +429,5 @@ def test_preferred_colorscheme(request, quteproc_new):
]
quteproc_new.start(args)
- quteproc_new.send_cmd(':jseval '
- 'matchMedia("(prefers-color-scheme: dark)").matches')
+ quteproc_new.send_cmd(':jseval matchMedia("(prefers-color-scheme: dark)").matches')
quteproc_new.wait_for(message='True')