diff options
| author | Tim Gates <tim.gates@iress.com> | 2019-06-25 19:12:45 +1000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-25 11:12:45 +0200 |
| commit | 698df6a009cb1c4dbd55905264f24f6edf41066e (patch) | |
| tree | 65da2f2a647f080ee4ea152d2f9a5b225ab32fe4 /tests/view_tests | |
| parent | 325d5d64452118d89624d8b4c8679f0d2cb3d6d6 (diff) | |
Fixed typos in test comments.
Diffstat (limited to 'tests/view_tests')
| -rw-r--r-- | tests/view_tests/tests/test_debug.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/view_tests/tests/test_debug.py b/tests/view_tests/tests/test_debug.py index abe41dc375..0682e0395a 100644 --- a/tests/view_tests/tests/test_debug.py +++ b/tests/view_tests/tests/test_debug.py @@ -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/') |
