Ejemplo n.º 1
0
    def setUp(self):
        self.alert_key = 'ALERT KEY'
        self.description = 'ALERT DESCRIPTION'
        self.html_description = 'HTML ALERT DESCRIPTION'
        self.mock_redis_storage = MagicMock(RedisStorage)
        self.mock_pagerduty_client = MagicMock(PagerDuty)

        self.pn = PagerdutyNotifier(self.mock_pagerduty_client,
                                    self.mock_redis_storage)