etalab / admin_api_entreprise

Site vitrine / backoffice de API Entreprise
https://entreprise.api.gouv.fr
MIT License
9 stars 5 forks source link

Fix error when endpoint missing #1625

Closed Samuelfaure closed 1 month ago

Samuelfaure commented 1 month ago

We expect a hash to call "stringify_keys", or raise if nil (when value is absent). I18n returns "Translation missing" string if absent, which isn't caught by "nil?" and errors with "stringify_keys".