Skip to content

Fix ️ about hash methods on ObjectifiedHash

What does this MR do and why?

With !2262 (merged) we can now track ruby warnings. A lot of them are in the form of "WARNING: Please convert ObjectifiedHash object to hash before calling Hash methods on it." https://nonprod-log.gitlab.net/goto/4ac3d930-cef2-11ed-bb50-33eb1f5eb489

This commit identified hopefully the only place where we are triggering this warning.

Author Check-list

  • Has documentation been updated?

Merge request reports