Skip to content

Commit

Permalink
squash: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Nov 21, 2023
1 parent 50ac4b5 commit e3e096c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
RescueFromJob.perform_later

_(process_span.status.code).must_equal OpenTelemetry::Trace::Status::ERROR
_(process_span.status.description).must_equal 'I was handled by rescue_from'
_(process_span.status.description).must_equal 'Unexpected ActiveJob Error RescueFromJob::RescueFromError'

_(process_span.events.first.name).must_equal 'exception'
_(process_span.events.first.attributes['exception.type']).must_equal 'RescueFromJob::RescueFromError'
Expand Down

0 comments on commit e3e096c

Please sign in to comment.