Merge branch 'fix-rubocop' into 'master'
Make RuboCop happy See merge request !9554
This commit is contained in:
commit
b895c4eff9
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