Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leedrum committed Dec 22, 2023
1 parent 3fb310d commit 907ffb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/middleware_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ def new_processor(boss)

class SidekiqPost63
def new_processor(boss)
config_sidekiq = Sidekiq.configure_server do |config|
sidekiq_config = Sidekiq.configure_server do |config|
config.capsule('unsafe') do |cap|
cap.queues = %w[default]
end
end
::Sidekiq::Processor.new(config_sidekiq) { |processor, reason = nil| }
::Sidekiq::Processor.new(sidekiq_config) { |processor, reason = nil| }
end
end

Expand Down

0 comments on commit 907ffb1

Please sign in to comment.