Removed Jinja2 dependency from admin_checks tests.

This commit is contained in:
Jon Dufresne 2018-10-04 07:05:22 -07:00 committed by Carlton Gibson
parent f5d9ee11a2
commit 9f6d0c11eb
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class SystemChecksTestCase(SimpleTestCase):
@override_settings(
TEMPLATES=[
{
'BACKEND': 'django.template.backends.jinja2.Jinja2',
'BACKEND': 'django.template.backends.dummy.TemplateStrings',
'DIRS': [],
'APP_DIRS': True,
},