Commit b895c4ef authored by Robert Speicher's avatar Robert Speicher

Merge branch 'fix-rubocop' into 'master'

Make RuboCop happy

See merge request !9554
parents d844721c 52c79319
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment