fix unit test
This commit is contained in:
parent
693ac2b52d
commit
ef1737883b
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ class TestConfigFilePartiallyValidatesPresets:
|
|||
excluded_plugins = [
|
||||
"embed_thumbnail", # value is bool, not dict
|
||||
"format", # value is string, not dict
|
||||
"filter_include", # is list
|
||||
"filter_exclude", # is list
|
||||
]
|
||||
if plugin not in excluded_plugins:
|
||||
self._partial_validate({plugin: {}})
|
||||
|
|
|
|||
Loading…
Reference in a new issue