diff --git a/zulip_bots/zulip_bots/test_lib.py b/zulip_bots/zulip_bots/test_lib.py index 64b77f4..463243f 100755 --- a/zulip_bots/zulip_bots/test_lib.py +++ b/zulip_bots/zulip_bots/test_lib.py @@ -54,7 +54,7 @@ class StubBotHandler: def get_config_info(self, bot_name, optional=False): # type: (str, bool) -> Dict[str, Any] - return None + return {} def unique_reply(self): # type: () -> Dict[str, Any]