Skip to content

Commit

Permalink
Refs #21221 -- Prevented {% static %} tests from using contrib.static…
Browse files Browse the repository at this point in the history
…files.
  • Loading branch information
timgraham committed Dec 19, 2016
1 parent 12c1d6f commit a85e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/template_tests/syntax_tests/test_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ..utils import setup


@override_settings(MEDIA_URL="/media/", STATIC_URL="/static/")
@override_settings(INSTALLED_APPS=[], MEDIA_URL='/media/', STATIC_URL='/static/')
class StaticTagTests(SimpleTestCase):
libraries = {'static': 'django.templatetags.static'}

Expand Down

0 comments on commit a85e842

Please sign in to comment.