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