kobotoolbox / kpi

kpi is the (frontend) server for KoboToolbox. It includes an API for users to access data and manage their forms, question library, sharing settings, create reports, and export data.
https://www.kobotoolbox.org
GNU Affero General Public License v3.0
126 stars 170 forks source link

Avoid assigning value to `constance` settings directly #4987

Open noliveleger opened 1 week ago

noliveleger commented 1 week ago

For example: https://github.com/kobotoolbox/kpi/blob/d12339edd9165b261f2fed91ac52d8db8c6c1333/hub/tests/test_admin_validators.py#L12

We must ensure that no other tests are assigning constance directly.

Internal discussion: https://chat.kobotoolbox.org/#narrow/stream/4-Kobo-Dev/topic/Constance.20and.20unit.20tests/near/405973