X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6db326aa1f084a062a3b658876bc01bf650f5702..58e95f7ea46accda6359b187ce5936aad4ac5945:/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