fix test
This commit is contained in:
parent
98317459a6
commit
6a2f36987e
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class TestConfigFilePartiallyValidatesPresets:
|
|||
def test_success__empty_plugins(self, plugin: str):
|
||||
excluded_plugins = [
|
||||
"embed_thumbnail", # value is bool, not dict
|
||||
"format", # value is string, not dict
|
||||
]
|
||||
if plugin not in excluded_plugins:
|
||||
self._partial_validate({plugin: {}})
|
||||
|
|
|
|||
Loading…
Reference in a new issue