diff options
Diffstat (limited to 'tests/context_processors/tests.py')
| -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 d7c7390189..f6c6600402 100644 --- a/tests/context_processors/tests.py +++ b/tests/context_processors/tests.py @@ -48,7 +48,7 @@ class RequestContextProcessorTests(TestCase): @override_settings( DEBUG=True, - INTERNAL_IPS=('127.0.0.1',), + INTERNAL_IPS=['127.0.0.1'], ROOT_URLCONF='context_processors.urls', TEMPLATES=[{ 'BACKEND': 'django.template.backends.django.DjangoTemplates', |
