Use Sidekiq fake! instead of inline! in specs (#25369)
This commit is contained in:
@@ -176,7 +176,7 @@ RSpec.describe Admin::DomainBlocksController do
|
||||
end
|
||||
end
|
||||
|
||||
describe 'PUT #update' do
|
||||
describe 'PUT #update', :sidekiq_inline do
|
||||
subject do
|
||||
post :update, params: { :id => domain_block.id, :domain_block => { domain: 'example.com', severity: new_severity }, 'confirm' => '' }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user