X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e66c7192949e46480c55f3d74a5b38da95532db3..816ee8ec92735b5c80b382857953ac4325096a71:/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