File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
test/multiverse/suites/sidekiq Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def test_death_handlers_registered_when_sidekiq_ignore_retry_errors_is_true
9393 config [ :death_handlers ] || [ ]
9494 end
9595
96- puts " **************************"
96+ puts ' **************************'
9797 puts "death_handlers: #{ death_handlers . inspect } "
9898
9999 nr_death_handler_found = death_handlers . any? do |handler |
@@ -102,9 +102,8 @@ def test_death_handlers_registered_when_sidekiq_ignore_retry_errors_is_true
102102
103103 puts "nr_death_handler_found: #{ nr_death_handler_found } "
104104
105- puts "sidekiq.ignore_retry_errors:"
106- puts NewRelic ::Agent . config [ :'sidekiq.ignore_retry_errors' ]
107- puts "**************************"
105+ puts "sidekiq.ignore_retry_errors: #{ NewRelic ::Agent . config [ :'sidekiq.ignore_retry_errors' ] } "
106+ puts '**************************'
108107
109108 assert nr_death_handler_found ,
110109 'Expected NewRelic death_handler to be registered when sidekiq.ignore_retry_errors is true'
You can’t perform that action at this time.
0 commit comments