mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Add test for sentry-debug endpoint
This commit is contained in:
@ -724,7 +724,8 @@ if DEBUG:
|
||||
"debug_toolbar.panels.signals.SignalsPanel",
|
||||
"debug_toolbar.panels.redirects.RedirectsPanel",
|
||||
]
|
||||
SENTRY_ENV = "development"
|
||||
if not TESTING:
|
||||
SENTRY_ENV = "development" # We can't test if it gets overridden in settings
|
||||
|
||||
if TESTING:
|
||||
CAPTCHA_TEST_MODE = True
|
||||
|
Reference in New Issue
Block a user