Skip to content

Commit cb204b3

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/integration/models/monitor/test_monitor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def test_integration_create_get_update_delete_alert_definition(
138138
"operator": "gt",
139139
"threshold": 90,
140140
"unit": "percent",
141-
}
142-
]
143-
}
141+
} # <-- Close the rule dictionary here
142+
]
143+
}
144144
trigger_conditions = {
145145
"criteria_condition": "ALL",
146146
"evaluation_period_seconds": 300,

0 commit comments

Comments
 (0)