Skip to content

Commit

Permalink
fix: More precise as ext
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Oct 7, 2023
1 parent 5141f8e commit 1a86951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions instrumentation/delayed_job/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
# We are compensating for that here in this test... that is a smell
# NoMethodError: undefined method `extract_options!' for [#<ActiveJobPayload:0x0000000108bf5d48>, {}]:Array
# delayed_job-4.1.11/lib/delayed/backend/job_preparer.rb:7:in `initialize'0
# require 'active_support/core_ext/array'
require 'delayed_job'
require 'active_support/core_ext/array/extract_options'

require 'opentelemetry-instrumentation-delayed_job'

Expand Down

0 comments on commit 1a86951

Please sign in to comment.