summaryrefslogtreecommitdiff
path: root/tests/admin_views
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_views')
-rw-r--r--tests/admin_views/tests.py4
1 files changed, 1 insertions, 3 deletions
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',