This commit is contained in:
Jesse Bannon 2023-09-12 23:52:13 -07:00
parent 98317459a6
commit 6a2f36987e

View file

@ -53,6 +53,7 @@ class TestConfigFilePartiallyValidatesPresets:
def test_success__empty_plugins(self, plugin: str): def test_success__empty_plugins(self, plugin: str):
excluded_plugins = [ excluded_plugins = [
"embed_thumbnail", # value is bool, not dict "embed_thumbnail", # value is bool, not dict
"format", # value is string, not dict
] ]
if plugin not in excluded_plugins: if plugin not in excluded_plugins:
self._partial_validate({plugin: {}}) self._partial_validate({plugin: {}})