Skip to content

Commit 5e53cf1

Browse files
Update test/integration/models/monitor/test_monitor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f5e6c37 commit 5e53cf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/models/monitor/test_monitor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def wait_for_alert_ready(alert_id, service_type: str):
269269
finally:
270270
if created:
271271
# Best-effort cleanup; allow transient errors.
272-
# max time alert should take to update
273272
delete_alert = client.load(
274273
AlertDefinition, created.id, service_type
275274
)

0 commit comments

Comments
 (0)