test_task: fix test_log_two_tasks due to log changes (#950)

This commit is contained in:
Maksym Naboka
2017-03-27 13:59:49 -07:00
committed by tamarrow
parent 0a94d2b9d4
commit 02f4b1a9ba

View File

@@ -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',