Skip to content

Commit 3dfacea

Browse files
committed
backblaze authenticated_url spec added
1 parent caf9018 commit 3dfacea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/storage/fog_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def check_file
483483
end
484484

485485
it "should have an authenticated_url" do
486-
if ['AWS', 'Rackspace', 'Google', 'OpenStack', 'AzureRM', 'Aliyun'].include?(@provider)
486+
if ['AWS', 'Rackspace', 'Google', 'OpenStack', 'AzureRM', 'Aliyun', 'backblaze'].include?(@provider)
487487
expect(@fog_file.authenticated_url).not_to be_nil
488488
end
489489
end

0 commit comments

Comments
 (0)