From 2e28bb225f79b3b2c8f291b455233d106db4e6a9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 21 Nov 2021 23:50:54 +0100 Subject: [PATCH] fix broken integration plugin def --- InvenTree/plugin/samples/integration/broken_sample.py | 1 + 1 file changed, 1 insertion(+) 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'