Skip to content

Commit

Permalink
Update url for large image to https
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Jun 14, 2020
1 parent b58af86 commit 8386e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.rb
Expand Up @@ -57,7 +57,7 @@

# this image fetch allows me to really test that fastimage is truly fast
# but it's not ideal relying on external resources and connectivity speed
LargeImage = "http://upload.wikimedia.org/wikipedia/commons/b/b4/Mardin_1350660_1350692_33_images.jpg"
LargeImage = "https://upload.wikimedia.org/wikipedia/commons/b/b4/Mardin_1350660_1350692_33_images.jpg"
LargeImageInfo = [:jpeg, [9545, 6623]]
LargeImageFetchLimit = 2 # seconds

Expand Down

0 comments on commit 8386e11

Please sign in to comment.