mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed typos in test comments.
This commit is contained in:
committed by
Mariusz Felisiak
parent
325d5d6445
commit
698df6a009
@@ -628,7 +628,7 @@ class ExceptionReporterTests(SimpleTestCase):
|
||||
'items (application/octet-stream)></pre></td>',
|
||||
html
|
||||
)
|
||||
# COOKES
|
||||
# COOKIES
|
||||
rf = RequestFactory()
|
||||
rf.cookies['items'] = 'Oops'
|
||||
request = rf.get('/test_view/')
|
||||
@@ -773,7 +773,7 @@ class PlainTextReportTests(SimpleTestCase):
|
||||
reporter = ExceptionReporter(request, None, None, None)
|
||||
text = reporter.get_traceback_text()
|
||||
self.assertIn('items = <InMemoryUploadedFile:', text)
|
||||
# COOKES
|
||||
# COOKIES
|
||||
rf = RequestFactory()
|
||||
rf.cookies['items'] = 'Oops'
|
||||
request = rf.get('/test_view/')
|
||||
|
||||
Reference in New Issue
Block a user