X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f064a18a16de7d5001107116c7916796e0b15a26..b3101110d47673231634fa2dee7afab2863de58f:/test/integration/oauth2_test.rb?ds=sidebyside diff --git a/test/integration/oauth2_test.rb b/test/integration/oauth2_test.rb index 8de381c65..5750a30b2 100644 --- a/test/integration/oauth2_test.rb +++ b/test/integration/oauth2_test.rb @@ -131,7 +131,7 @@ class OAuth2Test < ActionDispatch::IntegrationTest post oauth_token_path(options) assert_response :success - token = JSON.parse(response.body) + token = response.parsed_body assert_equal "Bearer", token["token_type"] assert_equal "read_prefs", token["scope"]