X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..e219916dcbb00fe179d27a3c1b32139c511f9c2e:/test/controllers/api/users_controller_test.rb diff --git a/test/controllers/api/users_controller_test.rb b/test/controllers/api/users_controller_test.rb index 93a7eeb55..de402ebf8 100644 --- a/test/controllers/api/users_controller_test.rb +++ b/test/controllers/api/users_controller_test.rb @@ -3,6 +3,8 @@ require "test_helper" module Api class UsersControllerTest < ActionController::TestCase def setup + super + stub_hostip_requests end