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 a8461b0 commit e4aae22Copy full SHA for e4aae22
test/integration/models/monitor/test_monitor.py
@@ -197,6 +197,8 @@ def test_integration_create_get_update_delete_alert_definition(
197
# transient errors while polling; continue until timeout
198
pass
199
200
+ update_alert = None
201
+
202
if created:
203
update_alert = client.load(
204
AlertDefinition, created.id, service_type
@@ -239,7 +241,6 @@ def test_integration_create_get_update_delete_alert_definition(
239
241
delete_alert.delete()
240
242
except Exception:
243
assert False, "Could not delete alert definition during cleanup"
- pass
244
245
# confirm it's gone (if API returns 404 or raises)
246
try:
0 commit comments