mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typos in test names and a comment.
This commit is contained in:
parent
521308e575
commit
7bd9633320
5 changed files with 5 additions and 5 deletions
|
@ -458,7 +458,7 @@ class RequestsTests(SimpleTestCase):
|
|||
self.assertEqual(request.read(13), b'--boundary\r\nC')
|
||||
self.assertEqual(request.POST, {'name': ['value']})
|
||||
|
||||
def test_POST_immutable_for_mutipart(self):
|
||||
def test_POST_immutable_for_multipart(self):
|
||||
"""
|
||||
MultiPartParser.parse() leaves request.POST immutable.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue