X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5c9f1310b016d94becc2b0e02d080ec65eef5879..8eca904388361aff879b379fbe3901a67275efb9:/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 ##