test_task: fix test_log_two_tasks due to log changes (#950)
This commit is contained in:
@@ -184,7 +184,7 @@ def test_log_two_tasks():
|
||||
assert stderr == b''
|
||||
|
||||
lines = stdout.decode('utf-8').split('\n')
|
||||
assert len(lines) == 23
|
||||
assert len(lines) == 19
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == 'win32',
|
||||
|
||||
Reference in New Issue
Block a user