From 5d62beb61a7d5a6bb2755d2cdabc8e31f462391f Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 19 Oct 2021 20:01:44 +0100 Subject: [4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. Backport of 7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 from main --- tests/admin_views/tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/admin_views') diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 337b5469f7..1eab343009 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -289,9 +289,7 @@ class AdminViewBasicTest(AdminViewBasicTestCase): self.assertEqual(response.status_code, 302) # redirect somewhere def test_popup_add_POST(self): - """ - Ensure http response from a popup is properly escaped. - """ + """HTTP response from a popup is properly escaped.""" post_data = { IS_POPUP_VAR: '1', 'title': 'title with a new\nline', -- cgit v1.3