mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
Rename jobs/attachments rspec tag names (#29762)
This commit is contained in:
@@ -176,7 +176,7 @@ RSpec.describe Admin::DomainBlocksController do
|
||||
end
|
||||
end
|
||||
|
||||
describe 'PUT #update', :sidekiq_inline do
|
||||
describe 'PUT #update', :inline_jobs 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