From a4687c6745aede8ee65b5f6e9d7480e4ef31e9e9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 27 Feb 2016 02:41:01 +0100 Subject: [PATCH] Fix lint --- tests/integration/quteprocess.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/quteprocess.py b/tests/integration/quteprocess.py index 191730e98..cad527ac4 100644 --- a/tests/integration/quteprocess.py +++ b/tests/integration/quteprocess.py @@ -266,9 +266,9 @@ class QuteProc(testprocess.Process): # Try to complain about the most common mistake when accidentally # loading external resources. is_ddg_load = testutils.pattern_match( - pattern="load status for : *", - value=msg.message) + pattern="load status for : *", + value=msg.message) return msg.loglevel > logging.INFO or is_js_error or is_ddg_load def _maybe_skip(self):