summaryrefslogtreecommitdiff
path: root/spec/lib/backup/object_backup_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-31 12:08:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-31 12:08:17 +0000
commit5820d448c17f93606afb52d878c00d84681764e0 (patch)
tree98835aafc3d77377ba402baeb2b5110b2467bda1 /spec/lib/backup/object_backup_spec.rb
parentb654eb44a85fa358ce466b8d6cf772a660478fa9 (diff)
downloadgitlab-ce-5820d448c17f93606afb52d878c00d84681764e0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/backup/object_backup_spec.rb')
-rw-r--r--spec/lib/backup/object_backup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/backup/object_backup_spec.rb b/spec/lib/backup/object_backup_spec.rb
index 85658173b0e..c0284942001 100644
--- a/spec/lib/backup/object_backup_spec.rb
+++ b/spec/lib/backup/object_backup_spec.rb
@@ -21,7 +21,7 @@ RSpec.shared_examples 'backup object' do |setting|
expect(backup).to receive(:run_pipeline!).with([%W(blabla-tar --exclude=lost+found --exclude=./tmp -C #{backup_path} -cf - .), 'gzip -c -1'], any_args).and_return([[true, true], ''])
expect(backup).to receive(:pipeline_succeeded?).and_return(true)
- backup.dump('backup_object.tar.gz')
+ backup.dump('backup_object.tar.gz', 'backup_id')
end
end
end