X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..4627b79885a53043001383679e83fafacf5c6193:/test/integration/oauth_test.rb diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb index aed52f77c..323147030 100644 --- a/test/integration/oauth_test.rb +++ b/test/integration/oauth_test.rb @@ -329,6 +329,7 @@ class OAuthTest < ActionDispatch::IntegrationTest assert_not_nil token.created_at assert_nil token.authorized_at assert_nil token.invalidated_at + assert_equal options[:oauth_callback], token.callback_url assert_allowed token, client.permissions token