From 0fe362bacf608f535680a68c0d38784b331a45e3 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 15 Jun 2015 13:36:38 +0200 Subject: Change self plugin to self_info + change self_info description --- searx/tests/test_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/tests/test_plugins.py') diff --git a/searx/tests/test_plugins.py b/searx/tests/test_plugins.py index 15bcab475..c5171127c 100644 --- a/searx/tests/test_plugins.py +++ b/searx/tests/test_plugins.py @@ -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) -- cgit v1.2.3