Commit c29247aa authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix inconsistent Sidekiq queues names in worker specs

parent beb8f46e
......@@ -5,6 +5,6 @@ shared_examples 'sidekiq worker' do
end
it 'is going to be processed inside a known sidekiq queue' do
expect(described_class.sidekiq_options['queue']).to be_in queues
expect(described_class.sidekiq_options['queue'].to_s).to be_in queues
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment