Update botmeta sanity test to accept notifications.

pull/3470/head
Felix Fontein 2021-09-28 22:39:34 +02:00
parent 845c406419
commit 71a655193c
1 changed files with 1 additions and 0 deletions

View File

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