Skip to content

Rails5: fix operations controller spec nil parameter

What does this MR do?

Rails 5 converts nil in spec params to ''. There is no way to send a real nil param outside of the specs. A change too '' fixes this spec for rails 5.

Fixes ee/spec/controllers/operations_controller_spec.rb:190

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports