+20
-2
netdata_zulip_bot/formatter.py
+20
-2
netdata_zulip_bot/formatter.py
······-def format_notification(self, notification: Union[AlertNotification, ReachabilityNotification]) -> tuple[str, str]:+def format_notification(self, notification: Union[AlertNotification, ReachabilityNotification, TestNotification]) -> tuple[str, str]:···
+16
-1
netdata_zulip_bot/models.py
+16
-1
netdata_zulip_bot/models.py
······+def parse(cls, data: dict) -> Union[AlertNotification, ReachabilityNotification, TestNotification]: