X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6759130cb3e266d63743fdf02978550f45eb7c4b..d57dd1f4da4d4605f534607b69944e3c977e4db5:/test/integration/oauth_test.rb?ds=inline diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb index 70f161fc9..dfe2552bb 100644 --- a/test/integration/oauth_test.rb +++ b/test/integration/oauth_test.rb @@ -58,7 +58,6 @@ class OAuthTest < ActionDispatch::IntegrationTest :params => { :oauth_token => token.token, :allow_read_prefs => "1", :allow_write_prefs => "1" } if client.callback_url - assert_response :redirect assert_redirected_to "#{client.callback_url}?oauth_token=#{token.token}" else assert_response :success @@ -156,7 +155,6 @@ class OAuthTest < ActionDispatch::IntegrationTest post "/oauth/authorize", :params => { :oauth_token => token.token, :oauth_callback => callback_url, :allow_write_api => "1", :allow_read_gpx => "1" } - assert_response :redirect assert_redirected_to "#{callback_url}?oauth_token=#{token.token}" token.reload assert_not_nil token.created_at