From 71a655193c23f983deb27c891189618fc9938738 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 28 Sep 2021 22:39:34 +0200 Subject: [PATCH] Update botmeta sanity test to accept notifications. --- tests/sanity/extra/botmeta.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sanity/extra/botmeta.py b/tests/sanity/extra/botmeta.py index f84c7535f2..a84bf9328e 100755 --- a/tests/sanity/extra/botmeta.py +++ b/tests/sanity/extra/botmeta.py @@ -154,6 +154,7 @@ def main(): }, extra=PREVENT_EXTRA) schema = Schema({ + ('notifications'): bool, ('automerge'): bool, ('macros'): MacroSchema, ('files'): FilesSchema,