last test

This commit is contained in:
Jesse Bannon 2025-06-18 22:20:31 -07:00
parent 1d7e390d01
commit 7e05a31539

View file

@ -55,6 +55,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
"square_thumbnail",
"format", # value is string, not dict "format", # value is string, not dict
"filter_include", # is list "filter_include", # is list
"filter_exclude", # is list "filter_exclude", # is list