X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c2e12ed77d8223737fe8f8e2e2b21a0822153fa1..8eca904388361aff879b379fbe3901a67275efb9:/test/controllers/site_controller_test.rb diff --git a/test/controllers/site_controller_test.rb b/test/controllers/site_controller_test.rb index 70eacb3aa..d559760af 100644 --- a/test/controllers/site_controller_test.rb +++ b/test/controllers/site_controller_test.rb @@ -8,6 +8,8 @@ class SiteControllerTest < ActionController::TestCase def setup Object.const_set("ID_KEY", client_applications(:oauth_web_app).key) Object.const_set("POTLATCH2_KEY", client_applications(:oauth_web_app).key) + + stub_hostip_requests end ##