summaryrefslogtreecommitdiff
path: root/spec/lib/backup/lfs_spec.rb
diff options
context:
space:
mode:
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