Update and optimize template

This commit is contained in:
Jeremy D
2022-02-09 11:58:02 +01:00
parent 681b7aa88e
commit f92c651c80
4 changed files with 10 additions and 35 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class ActivateAddon(unittest.TestCase):
@staticmethod
def get_folder_name():
"""Return the folder name to get the addon name we want activated"""
addon = glob.glob("/addon-moderlab/*/__init__.py", recursive=True)
addon = glob.glob("/addon_moderlab/*/__init__.py", recursive=True)
return os.path.basename(os.path.dirname(addon[0]))
def test_activate_addon(self):