summaryrefslogtreecommitdiff
path: root/spec/lib/backup/lfs_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/lfs_spec.rb
parentb654eb44a85fa358ce466b8d6cf772a660478fa9 (diff)
downloadgitlab-ce-5820d448c17f93606afb52d878c00d84681764e0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/backup/lfs_spec.rb')
-rw-r--r--spec/lib/backup/lfs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/backup/lfs_spec.rb b/spec/lib/backup/lfs_spec.rb
index a27f60f20d0..130012e4935 100644
--- a/spec/lib/backup/lfs_spec.rb
+++ b/spec/lib/backup/lfs_spec.rb
@@ -20,7 +20,7 @@ RSpec.describe Backup::Lfs do
expect(backup).to receive(:run_pipeline!).with([%w(blabla-tar --exclude=lost+found -C /var/lfs-objects -cf - .), 'gzip -c -1'], any_args).and_return([[true, true], ''])
expect(backup).to receive(:pipeline_succeeded?).and_return(true)
- backup.dump('lfs.tar.gz')
+ backup.dump('lfs.tar.gz', 'backup_id')
end
end
end