X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e17b89e89fa932673f7dc2cf5a2fd3437ec0eda6..5c9f1310b016d94becc2b0e02d080ec65eef5879:/test/integration/oauth_test.rb diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb index 00a9ae06d..41c678632 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_signup_requests + end + def test_oauth10_web_app client = client_applications(:oauth_web_app)