summaryrefslogtreecommitdiff
path: root/tests/context_processors/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/context_processors/tests.py')
-rw-r--r--tests/context_processors/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/context_processors/tests.py b/tests/context_processors/tests.py
index 1f2209efb0..c57c592de6 100644
--- a/tests/context_processors/tests.py
+++ b/tests/context_processors/tests.py
@@ -9,7 +9,7 @@ class RequestContextProcessorTests(TestCase):
Tests for the ``django.core.context_processors.request`` processor.
"""
- urls = 'regressiontests.context_processors.urls'
+ urls = 'context_processors.urls'
def test_request_attributes(self):
"""