tests: set DEBUG_PROPAGATE_EXCEPTIONS to true (#73489)

This commit is contained in:
Benjamin Dauvergne 2023-01-17 10:53:52 +01:00 committed by Gitea
parent db87f1bf84
commit 7d04a96a07
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ TIME_ZONE = 'Europe/Paris'
LANGUAGE_CODE = 'en-us'
ALLOWED_HOSTS = ['*']
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']
DEBUG_PROPAGATE_EXCEPTIONS = True