diff options
Diffstat (limited to 'tests/logging_tests/logconfig.py')
| -rw-r--r-- | tests/logging_tests/logconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/logging_tests/logconfig.py b/tests/logging_tests/logconfig.py index 93b0186590..35999989fb 100644 --- a/tests/logging_tests/logconfig.py +++ b/tests/logging_tests/logconfig.py @@ -18,4 +18,4 @@ class MyEmailBackend(BaseEmailBackend): class CustomExceptionReporter(ExceptionReporter): def get_traceback_text(self): - return 'custom traceback text' + return "custom traceback text" |
