Autofix Rubocop Style/HashSyntax (#23754)
This commit is contained in:
parent
d5a185d721
commit
da3bd913ae
7 changed files with 9 additions and 22 deletions
|
@ -43,7 +43,7 @@ describe Admin::StatusesController do
|
|||
|
||||
describe 'POST #batch' do
|
||||
before do
|
||||
post :batch, params: { account_id: account.id, action => '', admin_status_batch_action: { status_ids: status_ids } }
|
||||
post :batch, params: { :account_id => account.id, action => '', :admin_status_batch_action => { status_ids: status_ids } }
|
||||
end
|
||||
|
||||
let(:status_ids) { [media_attached_status.id] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue