X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e17b89e89fa932673f7dc2cf5a2fd3437ec0eda6..337bda6a90b8d37a533f334ad50f3893c55b8e57:/test/integration/oauth_test.rb diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb index 00a9ae06d..2452e6e6b 100644 --- a/test/integration/oauth_test.rb +++ b/test/integration/oauth_test.rb @@ -6,6 +6,10 @@ class OAuthTest < ActionDispatch::IntegrationTest include OAuth::Helper + def setup + stub_hostip_requests + end + def test_oauth10_web_app client = client_applications(:oauth_web_app)