Skip to content

Commit 7130316

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/models/monitor/test_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_integration_create_get_update_delete_alert_definition(
208208
finally:
209209
if created:
210210
# Best-effort cleanup; allow transient errors.
211-
alert_update_interval = 120 #max time alert should take to update
211+
alert_update_interval = 120 # max time alert should take to update
212212
try:
213213
time.sleep(alert_update_interval)
214214
client.monitor.delete_alert_definition(service_type, created.id)

0 commit comments

Comments
 (0)