X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/41eb7a14072134e560bd18b9fbd2bbaa696eefd6..d058f3ef28d498b117c8d32c54d5e61778259bca:/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