diff --git a/InvenTree/plugin/samples/integration/broken_sample.py b/InvenTree/plugin/samples/integration/broken_sample.py index f7ef92c901..8901d83dfd 100644 --- a/InvenTree/plugin/samples/integration/broken_sample.py +++ b/InvenTree/plugin/samples/integration/broken_sample.py @@ -6,6 +6,7 @@ class BrokenIntegrationPlugin(IntegrationPluginBase): """ An very broken integration plugin """ + PLUGIN_NAME = 'Test' PLUGIN_TITLE = 'Broken Plugin' PLUGIN_SLUG = 'broken'