Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix random RecursionError crash in tests
Tests crashed randomly with a RecursionError, because a random secret key gets generated that starts with a $ which is a special prefix in django-environ for some kind of proxied value. This simply replaces any $ in generated keys with %.
- Loading branch information