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