2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

fix broken integration plugin def

This commit is contained in:
Matthias
2021-11-21 23:50:54 +01:00
parent 87947c582d
commit 2e28bb225f

View File

@ -6,6 +6,7 @@ class BrokenIntegrationPlugin(IntegrationPluginBase):
""" """
An very broken integration plugin An very broken integration plugin
""" """
PLUGIN_NAME = 'Test'
PLUGIN_TITLE = 'Broken Plugin' PLUGIN_TITLE = 'Broken Plugin'
PLUGIN_SLUG = 'broken' PLUGIN_SLUG = 'broken'