diff --git a/compressor/tests/test_templatetags.py b/compressor/tests/test_templatetags.py index c5f88f2..db0d1b7 100644 --- a/compressor/tests/test_templatetags.py +++ b/compressor/tests/test_templatetags.py @@ -99,6 +99,7 @@ class TemplatetagTestCase(TestCase): {% endcompress %}""" self.assertRaises(TemplateSyntaxError, render, template, {}) + @override_settings(COMPRESS_DEBUG_TOGGLE='togglecompress') def test_debug_toggle(self): template = """{% load compress %}{% compress js %}