Remove fallback to hostip.info

We haven't used hostip.info in production for years, except
for when we did so by accident, leading to a two hour partial
outage when it went down.
This commit is contained in:
Tom Hughes 2020-01-06 19:14:12 +00:00
parent f5b00499c0
commit 473da378b7
10 changed files with 1 additions and 45 deletions

View file

@ -2,12 +2,6 @@ require "test_helper"
module Api
class UsersControllerTest < ActionController::TestCase
def setup
super
stub_hostip_requests
end
##
# test all routes which lead to this controller
def test_routes

View file

@ -8,8 +8,6 @@ class SiteControllerTest < ActionController::TestCase
Settings.id_key = create(:client_application).key
Settings.potlatch2_key = create(:client_application).key
stub_hostip_requests
end
##

View file

@ -1,12 +1,6 @@
require "test_helper"
class UsersControllerTest < ActionController::TestCase
def setup
super
stub_hostip_requests
end
##
# test all routes which lead to this controller
def test_routes