From 321e94fa41b121f65c02119c02098df327bbd569 Mon Sep 17 00:00:00 2001 From: za Date: Thu, 27 Oct 2016 14:53:39 +0700 Subject: Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. --- tests/context_processors/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/context_processors') diff --git a/tests/context_processors/tests.py b/tests/context_processors/tests.py index f9c461cad9..635a81f7f9 100644 --- a/tests/context_processors/tests.py +++ b/tests/context_processors/tests.py @@ -23,7 +23,7 @@ class RequestContextProcessorTests(SimpleTestCase): def test_request_attributes(self): """ - Test that the request object is available in the template and that its + The request object is available in the template and that its attributes can't be overridden by GET and POST parameters (#3828). """ url = '/request_attrs/' -- cgit v1.3