summaryrefslogtreecommitdiff
path: root/spec/factories/lfs_objects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/lfs_objects.rb')
-rw-r--r--spec/factories/lfs_objects.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/factories/lfs_objects.rb b/spec/factories/lfs_objects.rb
index c2b4a50e01d..7821464735f 100644
--- a/spec/factories/lfs_objects.rb
+++ b/spec/factories/lfs_objects.rb
@@ -17,9 +17,7 @@ FactoryBot.define do
UploadedFile.new(tmp_file.path,
filename: file_sha256[4..-1],
- content_type: 'application/octet-stream',
- sha256: file_sha256,
- remote_id: nil)
+ content_type: 'application/octet-stream')
end
oid { Digest::SHA256.file(file.path).hexdigest }