Update botmeta sanity test to accept notifications.
parent
845c406419
commit
71a655193c
|
@ -154,6 +154,7 @@ def main():
|
|||
}, extra=PREVENT_EXTRA)
|
||||
|
||||
schema = Schema({
|
||||
('notifications'): bool,
|
||||
('automerge'): bool,
|
||||
('macros'): MacroSchema,
|
||||
('files'): FilesSchema,
|
||||
|
|
Loading…
Reference in New Issue