We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e453c commit d2333c1Copy full SHA for d2333c1
tests/test_fired_alert.py
@@ -80,8 +80,7 @@ def test_alerts_on_events(self):
80
self.assertEqual(len(alerts), 1)
81
82
def test_read(self):
83
- service = client.connect(**self.opts.kwargs)
84
- for alert_group in service.fired_alerts:
+ for alert_group in self.service.fired_alerts:
85
alert_group.count
86
for alert in alert_group.alerts:
87
alert.content
0 commit comments