X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/374668c7cc06da7e76f5d447056d13022947886c..e219916dcbb00fe179d27a3c1b32139c511f9c2e:/test/controllers/users_controller_test.rb diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb index 62e06fc58..feca92df5 100644 --- a/test/controllers/users_controller_test.rb +++ b/test/controllers/users_controller_test.rb @@ -2,6 +2,8 @@ require "test_helper" class UsersControllerTest < ActionController::TestCase def setup + super + stub_hostip_requests end