]> git.openstreetmap.org Git - rails.git/blobdiff - test/test_helper.rb
Fix stubbing of hostip requests
[rails.git] / test / test_helper.rb
index f68c8e6661f90d440357eddce2a99417f23d1a58..688cbc113afc4810d3f64e79af494ff7753088ad 100644 (file)
@@ -137,8 +137,8 @@ module ActiveSupport
 
     def stub_hostip_requests
       # Controller tests and integration tests use different IPs
-      stub_request(:get, "http://api.hostip.info/country.php?ip=0.0.0.0")
-      stub_request(:get, "http://api.hostip.info/country.php?ip=127.0.0.1")
+      stub_request(:get, "https://api.hostip.info/country.php?ip=0.0.0.0")
+      stub_request(:get, "https://api.hostip.info/country.php?ip=127.0.0.1")
     end
 
     def email_text_parts(message)