diff options
Diffstat (limited to 'tests/context_processors')
| -rw-r--r-- | tests/context_processors/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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/' |
