diff --git a/cli/tests/integrations/test_task.py b/cli/tests/integrations/test_task.py index 3437a55..bd880ee 100644 --- a/cli/tests/integrations/test_task.py +++ b/cli/tests/integrations/test_task.py @@ -287,7 +287,7 @@ def test_ls_multiple_tasks(): def test_ls_long(): - assert_lines(['dcos', 'task', 'ls', '--long', 'test-app1'], 7) + assert_lines(['dcos', 'task', 'ls', '--long', 'test-app1'], 5) def test_ls_path():