X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/408f2918d0d4ebebbb651363a3aa95a0e0eb5a82..c32f6dd4fffe1d2b5fc34f42e447e7b5c8fc5b92:/test/integration/oauth2_test.rb diff --git a/test/integration/oauth2_test.rb b/test/integration/oauth2_test.rb index fd6b42fec..3fe59cbdd 100644 --- a/test/integration/oauth2_test.rb +++ b/test/integration/oauth2_test.rb @@ -157,7 +157,6 @@ class OAuth2Test < ActionDispatch::IntegrationTest }.merge(options) get oauth_authorization_path(options) - assert_response :redirect assert_redirected_to login_path(:referer => request.fullpath) post login_path(:username => user.email, :password => "test")