aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems')
-rw-r--r--test/rubygems/test_bundled_ca.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rubygems/test_bundled_ca.rb b/test/rubygems/test_bundled_ca.rb
index 711cd1b8f2..9b2b978af1 100644
--- a/test/rubygems/test_bundled_ca.rb
+++ b/test/rubygems/test_bundled_ca.rb
@@ -52,8 +52,8 @@ class TestBundledCA < Gem::TestCase
assert_https('d2chzxaqi4y7f8.cloudfront.net')
end
- def test_accessing_s3
- assert_https('s3.amazonaws.com')
+ def test_accessing_fastly
+ assert_https('rubygems.global.ssl.fastly.net')
end
end if ENV['TRAVIS']