diff --git a/cli/tests/integrations/test_task.py b/cli/tests/integrations/test_task.py index 4b8b5ad..359c44c 100644 --- a/cli/tests/integrations/test_task.py +++ b/cli/tests/integrations/test_task.py @@ -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',