mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-21 16:56:47 +00:00
31f4045465
* fix parsing dict variables from env The INVENTREE_SOCIAL_PROVIDERS variable has been parsed as a string from the environment which resulted in an attribute error as dict was the expected variable type. To circumvent this error, parsing JSON strings as dictionary values from the environment has been added * add unit tests for env typecasting to dict