mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
only possible in test cases with plugin_tests off
This commit is contained in:
parent
4663815cfa
commit
0a012c3c58
@ -56,7 +56,7 @@ class SettingsMixin:
|
||||
|
||||
if not plugin:
|
||||
# Cannot find associated plugin model, return
|
||||
return
|
||||
return # pragma: no cover
|
||||
|
||||
PluginSetting.set_setting(key, value, user, plugin=plugin)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user