Skip to content

Commit

Permalink
Ruby 3.2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 20, 2022
1 parent 6de4d96 commit 63b858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/hutch/error_handlers/sentry_raven_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end

it "logs the error to Sentry" do
expect(Raven).to receive(:capture_exception).with(error, extra: { payload: payload })
expect(Raven).to receive(:capture_exception).with(error, {extra: { payload: payload }})
error_handler.handle(properties, payload, double, error)
end
end
Expand Down

0 comments on commit 63b858b

Please sign in to comment.