Django 1.8 and other updates.
[wolnelektury.git] / apps / catalogue / test_utils.py
index 101a508..9d87311 100644 (file)
@@ -21,6 +21,7 @@ from django.conf import settings
             'default': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'},
         },
     SOLR=settings.SOLR_TEST,
+    SSIFY_RENDER=False,
 )
 class WLTestCase(TestCase):
     """