Skip to content

Commit

Permalink
Fix test input plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Aug 30, 2013
1 parent b16a79a commit 6156c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion leaflet/tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.test import SimpleTestCase

from leaflet import PLUGINS, _normalize_plugins_config
from leaflet import PLUGINS, PLUGIN_FORMS, _normalize_plugins_config
from leaflet.templatetags import leaflet_tags


Expand All @@ -26,6 +26,7 @@ def test_all_resources(self):
'c': {'css': 'c'},
})
PLUGINS.pop('ALL')
PLUGINS.pop(PLUGIN_FORMS)
PLUGINS.pop('__is_normalized__')
_normalize_plugins_config()

Expand Down

0 comments on commit 6156c2f

Please sign in to comment.