diff options
| author | David Smith <smithdc@gmail.com> | 2021-10-19 20:01:44 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-20 08:40:19 +0200 |
| commit | 7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 (patch) | |
| tree | 30886e504fb54694dd26aea5b197aea549de4af1 /tests/generic_views/test_base.py | |
| parent | fd881e8cd9b7686ab8fcd32332100710a8ffaa10 (diff) | |
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
Diffstat (limited to 'tests/generic_views/test_base.py')
| -rw-r--r-- | tests/generic_views/test_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic_views/test_base.py b/tests/generic_views/test_base.py index 661b9941ea..95b03681cc 100644 --- a/tests/generic_views/test_base.py +++ b/tests/generic_views/test_base.py @@ -89,7 +89,7 @@ class ViewTest(SimpleTestCase): def test_pathological_http_method(self): """ - The edge case of an http request that spoofs an existing method name is + The edge case of an HTTP request that spoofs an existing method name is caught. """ self.assertEqual(SimpleView.as_view()( |
