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)
schema = Schema({
('notifications'): bool,
('automerge'): bool,
('macros'): MacroSchema,
('files'): FilesSchema,