X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/be40536440b8677323bcf30bc2b869e36f907dd9..f6ba15b1a3169a176a85e1d6d64abb2b7db05e90:/test/controllers/site_controller_test.rb diff --git a/test/controllers/site_controller_test.rb b/test/controllers/site_controller_test.rb index 70eacb3aa..afa50a356 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_signup_requests end ##