mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix broken integration plugin def
This commit is contained in:
parent
87947c582d
commit
2e28bb225f
@ -6,6 +6,7 @@ class BrokenIntegrationPlugin(IntegrationPluginBase):
|
||||
"""
|
||||
An very broken integration plugin
|
||||
"""
|
||||
PLUGIN_NAME = 'Test'
|
||||
PLUGIN_TITLE = 'Broken Plugin'
|
||||
PLUGIN_SLUG = 'broken'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user