diff options
Diffstat (limited to 'searx/tests/test_plugins.py')
| -rw-r--r-- | searx/tests/test_plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |