Kaydet (Commit) 11856ea4 authored tarafından Tim Graham's avatar Tim Graham Kaydeden (comit) GitHub

Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation.

üst bfd42392
...@@ -22,4 +22,7 @@ TEST_SETTINGS = { ...@@ -22,4 +22,7 @@ TEST_SETTINGS = {
'staticfiles_tests.apps.test', 'staticfiles_tests.apps.test',
'staticfiles_tests.apps.no_label', 'staticfiles_tests.apps.no_label',
], ],
# In particular, AuthenticationMiddleware can't be used because
# contrib.auth isn't in INSTALLED_APPS.
'MIDDLEWARE': [],
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment