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