diff --git a/tests/end2end/fixtures/test_quteprocess.py b/tests/end2end/fixtures/test_quteprocess.py index dc3515e91..5de7ae5f4 100644 --- a/tests/end2end/fixtures/test_quteprocess.py +++ b/tests/end2end/fixtures/test_quteprocess.py @@ -221,8 +221,8 @@ def test_log_line_parse(data, attrs): {'created': 0, 'levelname': 'ERROR', 'name': 'foo', 'module': 'bar', 'funcName': 'qux', 'lineno': 10, 'levelno': 40, 'message': 'quux'}, True, True, - '\033[32m{timestamp}\033[0m \033[37mERROR (Expected)\033[0m \033[36mfoo' - ' bar:qux:10\033[0m \033[37mquux\033[0m', + '\033[32m{timestamp}\033[0m \033[37mERROR (Expected)\033[0m ' + '\033[36mfoo bar:qux:10\033[0m \033[37mquux\033[0m', ), ], ids=['normal', 'traceback', 'colored', 'expected error', 'expected other', 'expected error colorized'])