Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #20910 - Tests [advanced procedure run] capitalize description #99

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/lib/cli/advanced_procedure_command_test.rb
Expand Up @@ -101,11 +101,11 @@ module ForemanMaintain
Subcommands:
delete-articles-one-year-old Delete all articles created 1 year ago
delete-articles-with-zero-comments Delete all articles with zero comments
present-service-restart restart present service
present-service-start start the present service
present-service-restart Restart present service
present-service-start Start the present service
run-once Procedures::RunOnce
setup setup
stop-service stop the running service
setup Setup
stop-service Stop the running service
upgrade-migration Procedures::Upgrade::Migration
upgrade-post-migration Procedures::Upgrade::PostMigration
upgrade-pre-migration Procedures::Upgrade::PreMigration
Expand Down