diff options
Diffstat (limited to 'tests/context_processors')
| -rw-r--r-- | tests/context_processors/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/context_processors/tests.py b/tests/context_processors/tests.py index c57c592de6..cfac38bfdc 100644 --- a/tests/context_processors/tests.py +++ b/tests/context_processors/tests.py @@ -34,4 +34,3 @@ class RequestContextProcessorTests(TestCase): self.assertContains(response, url) response = self.client.post(url, {'path': '/blah/'}) self.assertContains(response, url) - |
