Make RuboCop happy
This commit is contained in:
parent
1229ce06bd
commit
52c79319ca
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ shared_examples 'update invalid issuable' do |klass|
|
|||
end
|
||||
|
||||
it 'renders json error message when format is json' do
|
||||
params.merge!(format: "json")
|
||||
params[:format] = "json"
|
||||
|
||||
put :update, params
|
||||
|
||||
|
|
Loading…
Reference in a new issue