mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
Change self plugin to self_info + change self_info description
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user