mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
fix broken integration plugin def
This commit is contained in:
@ -6,6 +6,7 @@ class BrokenIntegrationPlugin(IntegrationPluginBase):
|
||||
"""
|
||||
An very broken integration plugin
|
||||
"""
|
||||
PLUGIN_NAME = 'Test'
|
||||
PLUGIN_TITLE = 'Broken Plugin'
|
||||
PLUGIN_SLUG = 'broken'
|
||||
|
||||
|
Reference in New Issue
Block a user