X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f722fc281434ef59e19c504bff9e748e9d3f4b4..970e1a99d7dce64f0631e88c5b9f060fb48d75fe:/test/controllers/site_controller_test.rb diff --git a/test/controllers/site_controller_test.rb b/test/controllers/site_controller_test.rb index afa50a356..d559760af 100644 --- a/test/controllers/site_controller_test.rb +++ b/test/controllers/site_controller_test.rb @@ -9,7 +9,7 @@ class SiteControllerTest < ActionController::TestCase Object.const_set("ID_KEY", client_applications(:oauth_web_app).key) Object.const_set("POTLATCH2_KEY", client_applications(:oauth_web_app).key) - stub_signup_requests + stub_hostip_requests end ##