mirror of
https://github.com/django/django.git
synced 2025-08-16 00:30:47 +00:00
Refs #33476 -- Refactored code to strictly match 88 characters line length.
This commit is contained in:
parent
9c19aff7c7
commit
7119f40c98
404 changed files with 5944 additions and 2842 deletions
|
@ -197,7 +197,8 @@ class MiddlewareNotUsedTests(SimpleTestCase):
|
|||
self.client.get("/middleware_exceptions/view/")
|
||||
self.assertEqual(
|
||||
cm.records[0].getMessage(),
|
||||
"MiddlewareNotUsed('middleware_exceptions.tests.MyMiddlewareWithExceptionMessage'): spam eggs",
|
||||
"MiddlewareNotUsed('middleware_exceptions.tests."
|
||||
"MyMiddlewareWithExceptionMessage'): spam eggs",
|
||||
)
|
||||
|
||||
@override_settings(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue