mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
opps. missed a comment
This commit is contained in:
parent
613e31d3ef
commit
945ee5dda0
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ describe S3Store do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'returns the url of the S3 upload if successful' do
|
it 'returns the url of the S3 upload if successful' do
|
||||||
# NOTE: s3 bucket's name are case sensitive so we can't use it as a subdomain...
|
|
||||||
S3Store.store_file(file, "SHA", 1).should == '//s3_upload_bucket.s3.amazonaws.com/1SHA.png'
|
S3Store.store_file(file, "SHA", 1).should == '//s3_upload_bucket.s3.amazonaws.com/1SHA.png'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue