Change self plugin to self_info + change self_info description

This commit is contained in:
Luc Didry 2015-06-15 13:36:38 +02:00
parent 41fd748cdf
commit 0fe362bacf
3 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ class SelfIPTest(SearxTestCase):
def test_PluginStore_init(self):
store = plugins.PluginStore()
store.register(plugins.self)
store.register(plugins.self_info)
self.assertTrue(len(store.plugins) == 1)