fix unit test

This commit is contained in:
Jesse Bannon 2023-12-19 17:40:53 -08:00
parent 693ac2b52d
commit ef1737883b

View file

@ -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: {}})