Updated line count in 'test_ls_long' for '*.logrotate.state' files.

These files used to be present when running this test, but now they are
not. I wasn't able to find the commit that changed things so that these
files don't appear anymore, but this test is now consistently failing
since they are not present. This commit reduces the number of lines
expected in the output since these files are no longer present.
This commit is contained in:
Kevin Klues 2017-07-10 21:38:37 -07:00
parent 429bc2613a
commit 3df512b868
1 changed files with 1 additions and 1 deletions

View File

@ -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():