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):
|
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: {}})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue