Removed superfluous call to `dcos task ls` in test_ls_multiple_tasks.

This commit is contained in:
Kevin Klues 2017-07-06 18:18:08 -07:00
parent 9ae445161b
commit d086a02d4a
1 changed files with 0 additions and 3 deletions

View File

@ -285,9 +285,6 @@ def test_ls_multiple_tasks():
assert re.match('===>.*<===', lines[2])
assert re.match(ls_line, lines[3])
returncode, stdout, stderr = exec_command(
['dcos', 'task', 'ls', 'test-app'])
def test_ls_long():
assert_lines(['dcos', 'task', 'ls', '--long', 'test-app1'], 6)