Merge branch 'fix-rubocop' into 'master'

Make RuboCop happy

See merge request !9554
This commit is contained in:
Robert Speicher 2017-02-27 21:06:41 +00:00
commit b895c4eff9

View file

@ -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