Make RuboCop happy

This commit is contained in:
Sean McGivern 2017-02-27 15:57:04 +00:00
parent 1229ce06bd
commit 52c79319ca
1 changed files with 1 additions and 1 deletions

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