Inconsistent Notification Plugin Information Cleanup (#889)

This commit is contained in:
Chris Caron
2023-06-24 15:25:05 -04:00
committed by GitHub
parent 3d36108446
commit ab55aef0d0
42 changed files with 140 additions and 44 deletions

View File

@ -1486,6 +1486,7 @@ def test_apprise_details_plugin_verification():
valid_schema_keys = (
'name', 'private', 'required', 'type', 'values', 'min', 'max',
'regex', 'default', 'list', 'delim', 'prefix', 'map_to', 'alias_of',
'group',
)
for entry in details['schemas']: