diff --git a/cli/tests/integrations/cli/test_dcos.py b/cli/tests/integrations/cli/test_dcos.py index 847ba86..c732391 100644 --- a/cli/tests/integrations/cli/test_dcos.py +++ b/cli/tests/integrations/cli/test_dcos.py @@ -32,7 +32,7 @@ Environment Variables: DCOS_CONFIG This environment variable points to the location of the DCOS configuration file. -'dcos help --all' lists all available subcommands. See 'dcos --help' +'dcos help' lists all available subcommands. See 'dcos --help' to read about a specific subcommand. """ assert stderr == b'' diff --git a/cli/tests/integrations/cli/test_help.py b/cli/tests/integrations/cli/test_help.py index c5208bb..12213c3 100644 --- a/cli/tests/integrations/cli/test_help.py +++ b/cli/tests/integrations/cli/test_help.py @@ -38,9 +38,9 @@ def test_version(): assert stderr == b'' -def test_list_all(): +def test_list(): dcos_path = os.path.dirname(os.path.dirname(util.which('dcos'))) - returncode, stdout, stderr = exec_command(['dcos', 'help', '--all']) + returncode, stdout, stderr = exec_command(['dcos', 'help']) assert returncode == 0 assert stdout == """Command line utility for \