Skip to content

Commit

Permalink
Fix rubocop lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Nov 7, 2024
1 parent 4cb9705 commit 2ab53a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/decidim/helsinki_profile/test/test_app/rack/oidc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def post_logout_uri
@post_logout_uri ||= "http://localhost:3000/users/auth/helsinki/post_logout"
end

# rubocop:disable Metrics/CyclomaticComplexity
def authorization(request)
response_type = request.params["response_type"].to_s
type_class =
Expand Down Expand Up @@ -169,6 +170,7 @@ def authorization(request)
not_found
end
end
# rubocop:enable Metrics/CyclomaticComplexity

def nonce(request)
request.params["nonce"]
Expand Down

0 comments on commit 2ab53a3

Please sign in to comment.