mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed E128 flake8 warnings in tests/.
This commit is contained in:
parent
df8d8d4292
commit
92053acbb9
148 changed files with 2073 additions and 2248 deletions
|
@ -223,7 +223,8 @@ class AdminEmailHandlerTest(SimpleTestCase):
|
|||
admin_email_handler.filters = []
|
||||
rf = RequestFactory()
|
||||
request = rf.get('/')
|
||||
self.logger.error(message, token1, token2,
|
||||
self.logger.error(
|
||||
message, token1, token2,
|
||||
extra={
|
||||
'status_code': 403,
|
||||
'request': request,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue