fix lint
This commit is contained in:
parent
bce06d6f43
commit
e2b521a408
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user