We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabde89 commit bb157b7Copy full SHA for bb157b7
1 file changed
test/integration/models/monitor/test_monitor.py
@@ -186,6 +186,10 @@ def test_integration_create_get_update_delete_alert_definition(
186
# transient errors while polling; continue until timeout
187
pass
188
189
+ update_alert= client.load(AlertDefinition, created.id, service_type)
190
+ update_alert.label = f"{label}-updated"
191
+ update_alert.save()
192
+
193
finally:
194
if created:
195
# Best-effort cleanup; allow transient errors.
0 commit comments