mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 16:29:17 +02:00
Change self plugin to self_info + change self_info description
This commit is contained in:
parent
41fd748cdf
commit
0fe362bacf
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue