Skip to content

Commit

Permalink
Fix new rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Feb 28, 2023
1 parent 019bdc9 commit 2b3133d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/oauth2_test.rb
Expand Up @@ -131,7 +131,7 @@ def request_token(client, code, verifier = nil)

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"]

Expand Down

0 comments on commit 2b3133d

Please sign in to comment.