diff --git a/InvenTree/plugin/models.py b/InvenTree/plugin/models.py index 1c5dff6b68..90fe447103 100644 --- a/InvenTree/plugin/models.py +++ b/InvenTree/plugin/models.py @@ -59,7 +59,7 @@ class PluginConfig(models.Model): try: return self.plugin._mixinreg - except (AttributeError, ValueError): + except (AttributeError, ValueError): # pragma: no cover return {} # functions