Make RuboCop happy

This commit is contained in:
Sean McGivern 2017-02-27 15:57:04 +00:00
parent 1229ce06bd
commit 52c79319ca

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