diff --git a/tests/conftest.py b/tests/conftest.py index d04ccbf3d..a5123b9d8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -15,7 +15,7 @@ def pytest_configure(): USE_L10N=True, STATIC_URL='/static/', ROOT_URLCONF='tests.urls', - TEMPLATES = [ + TEMPLATES=[ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True,