16826: Fixes the bug.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 11 Sep 2020 21:44:20 +0000 (18:44 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 11 Sep 2020 21:44:20 +0000 (18:44 -0300)
commit72298b61214bb31f0522ff966acd4d42ec3d131e
treebe7c488ad5609e69a540d73aa573af2607ec233b
parent8a73021bbc704581db9a71d7d6a3332d89329bd5
16826: Fixes the bug.

The issue is that the config loading code on Rails uses
ActiveSupport::OrderedOptions on config hashes, and this class always
returns keys as symbols. We were incorrectly testing the feature by
assigning a normal Hash to the config.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
services/api/app/models/arvados_model.rb