Skip to content

Commit

Permalink
metadata is not passed to service
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Dec 1, 2018
1 parent 604fac6 commit 6ca2f2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activestorage/test/service/shared_service_tests.rb
Expand Up @@ -55,8 +55,7 @@ module ActiveStorage::Service::SharedServiceTests
StringIO.new(data),
checksum: Digest::MD5.base64digest(data),
filename: "racecar.jpg",
content_type: "image/jpg",
metadata: { metadata: true }
content_type: "image/jpg"
)

assert_equal data, @service.download(key)
Expand Down

0 comments on commit 6ca2f2a

Please sign in to comment.