X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7cc1cc618d1512314a5942188db58f03113fe56e..c5ca0d3ac501cd93579a02bef3cb3c77f3eab2b5:/test/controllers/user_controller_test.rb diff --git a/test/controllers/user_controller_test.rb b/test/controllers/user_controller_test.rb index 1b9ada83b..e309b1662 100644 --- a/test/controllers/user_controller_test.rb +++ b/test/controllers/user_controller_test.rb @@ -3,8 +3,8 @@ require "test_helper" class UserControllerTest < ActionController::TestCase api_fixtures - setup do - stub_signup_requests + def setup + stub_hostip_requests end ##