diff --git a/functional_tests/test_renew.py b/functional_tests/test_renew.py index a3d3d4f59f1b771b87e73ff1c6c4b4ec9f7ebfd2..5eecd6293b7ff9911a3044634253e56b6d990435 100644 --- a/functional_tests/test_renew.py +++ b/functional_tests/test_renew.py @@ -46,7 +46,7 @@ def test_renew_command_available_with_help(): assert exit_code == 0 assert stderr == "" assert stdout.startswith("usage: gimmecert renew") - assert stdout.split('\n')[2].endswith("{server,client} entity_name") # Third line of help (first two are options) + assert stdout.split('\n')[3].endswith("{server,client} entity_name") # Fourth line of help (first two are options) def test_renew_command_requires_initialised_hierarchy(tmpdir):