summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/test_testprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/fixtures/test_testprocess.py')
-rw-r--r--tests/end2end/fixtures/test_testprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/test_testprocess.py b/tests/end2end/fixtures/test_testprocess.py
index 0cf5e6041..1bcdb4a3c 100644
--- a/tests/end2end/fixtures/test_testprocess.py
+++ b/tests/end2end/fixtures/test_testprocess.py
@@ -53,7 +53,7 @@ class PythonProcess(testprocess.Process):
def __init__(self, request):
super().__init__(request)
- self.proc.setReadChannel(QProcess.StandardOutput)
+ self.proc.setReadChannel(QProcess.ProcessChannel.StandardOutput)
self.code = None
def _parse_line(self, line):