From 9ae8474ed906fee702dcd7d333426adc93108c85 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 12 Nov 2021 02:34:18 +0100 Subject: [PATCH] fix test --- InvenTree/users/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/users/models.py b/InvenTree/users/models.py index 4599408163..ac04f788a9 100644 --- a/InvenTree/users/models.py +++ b/InvenTree/users/models.py @@ -73,6 +73,7 @@ class RuleSet(models.Model): 'socialaccount_socialaccount', 'socialaccount_socialapp', 'socialaccount_socialtoken', + 'plugin_pluginconfig' ], 'part_category': [ 'part_partcategory',