2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-13 04:57:33 +00:00

Adds unit tests for the samplepanel plugin

This commit is contained in:
Oliver
2022-05-19 11:28:18 +10:00
parent 11b21a9cca
commit 80e3d0970a
4 changed files with 160 additions and 4 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ class PluginsRegistry:
if active is not None:
# Filter by 'enabled' status
config = plugin.plugin_config()
if config.active != active:
continue