Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-09 06:18:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-09 06:18:46 +0300
commitf119af78abbd9cffda2103d778c3b2f555087e2f (patch)
tree576e330b126a547c05f40926d614094ca09a7de9 /spec/tasks
parent9ca5333a1227444383b8e01bf0cb173679e65627 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/gitlab/backup_rake_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/backup_rake_spec.rb b/spec/tasks/gitlab/backup_rake_spec.rb
index 3f8d5973759..7113818ed34 100644
--- a/spec/tasks/gitlab/backup_rake_spec.rb
+++ b/spec/tasks/gitlab/backup_rake_spec.rb
@@ -94,7 +94,8 @@ RSpec.describe 'gitlab:backup namespace rake tasks', :delete, feature_category:
expect { run_rake_task('gitlab:backup:create') }.to raise_error(SystemExit).and output(
<<~MESSAGE
Backup and restore in progress:
- There is a backup and restore task in progress (PID 123456). Try to run the current task once the previous one ends.
+ There is a backup and restore task in progress (PID 123456).
+ Try to run the current task once the previous one ends.
MESSAGE
).to_stdout
end