mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Applied Black's 2024 stable style.
https://github.com/psf/black/releases/tag/24.1.0
This commit is contained in:
@@ -352,9 +352,9 @@ class HttpResponseTests(SimpleTestCase):
|
||||
h.headers["Content-Disposition"] = 'attachment; filename="%s"' % f
|
||||
# This one is triggering https://bugs.python.org/issue20747, that is Python
|
||||
# will itself insert a newline in the header
|
||||
h.headers[
|
||||
"Content-Disposition"
|
||||
] = 'attachment; filename="EdelRot_Blu\u0308te (3)-0.JPG"'
|
||||
h.headers["Content-Disposition"] = (
|
||||
'attachment; filename="EdelRot_Blu\u0308te (3)-0.JPG"'
|
||||
)
|
||||
|
||||
def test_newlines_in_headers(self):
|
||||
# Bug #10188: Do not allow newlines in headers (CR or LF)
|
||||
|
||||
Reference in New Issue
Block a user