X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/41eb7a14072134e560bd18b9fbd2bbaa696eefd6..965f32d545d7c44ad7b36264b818b930a50d8901:/test/integration/oauth_test.rb?ds=sidebyside 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