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:
parent
f5b00499c0
commit
473da378b7
10 changed files with 1 additions and 45 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
##
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue