1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update botmeta sanity test to accept notifications.

This commit is contained in:
Felix Fontein 2021-09-28 22:39:34 +02:00
parent 845c406419
commit 71a655193c

View file

@ -154,6 +154,7 @@ def main():
}, extra=PREVENT_EXTRA) }, extra=PREVENT_EXTRA)
schema = Schema({ schema = Schema({
('notifications'): bool,
('automerge'): bool, ('automerge'): bool,
('macros'): MacroSchema, ('macros'): MacroSchema,
('files'): FilesSchema, ('files'): FilesSchema,