Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Sep 9, 2024
1 parent 8380bce commit efa00c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
end

Maze.config.add_validator('error') do |validator|
pp validator.headers
validator.validate_header('bugsnag-api-key') { |value| value.eql?($api_key) }
validator.validate_header('content-type') { |value| value.eql?('application/json') }
validator.validate_header('bugsnag-payload-version') { |value| value.eql?('4') }
Expand Down

0 comments on commit efa00c5

Please sign in to comment.