diff --git a/functional_tests/test_help.py b/functional_tests/test_help.py index c8399def54f233ce5f331cbfdd0db07b68d3a6dd..69a00a3a07af228f34be96ba47a6df3ea757d2b4 100644 --- a/functional_tests/test_help.py +++ b/functional_tests/test_help.py @@ -69,7 +69,7 @@ def test_extended_help_shown(): assert "Examples:" in stdout_h_flag assert "optional arguments" in stdout_h_flag # Subcommands listed. - assert "{help}" in stdout_h_flag + assert "help" in stdout_h_flag # @TODO: Can't really test this without producing errors, but # possibly not needed. # assert "positional arguments" in stdout_h_flag