Skip to content

Commit

Permalink
fix 'Breakers is not implemented for service: TokenValidation' warning (
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenhinkle authored Mar 28, 2023
1 parent 01e59e1 commit b1d86df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/token_validation/v2/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def service_name

def connection
Faraday.new(base_path, headers: base_request_headers, request: request_options) do |conn|
conn.use :breakers
conn.request :json
conn.response :snakecase
conn.adapter Faraday.default_adapter
Expand Down

0 comments on commit b1d86df

Please sign in to comment.