File tree Expand file tree Collapse file tree
test/integration/models/monitor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,7 +241,9 @@ def test_integration_create_get_update_delete_alert_definition(
241241 description = "E2E alert created by SDK integration test"
242242
243243 # Pick an existing alert channel to attach to the definition; skip if none
244- channels = list (client .monitor .alert_channels ()) #TODO: create channel instead of relying on pre-existing one
244+ channels = list (
245+ client .monitor .alert_channels ()
246+ ) # TODO: create channel instead of relying on pre-existing one
245247 if not channels :
246248 pytest .skip (
247249 "No alert channels available on account for creating alert definitions"
@@ -356,7 +358,9 @@ def test_integration_clone_alert_definition(test_linode_client):
356358 "trigger_occurrences" : 1 ,
357359 }
358360
359- channels = list (client .monitor .alert_channels ()) #TODO: create channel instead of relying on pre-existing one
361+ channels = list (
362+ client .monitor .alert_channels ()
363+ ) # TODO: create channel instead of relying on pre-existing one
360364 if not channels :
361365 pytest .skip (
362366 "No alert channels available on account for creating/cloning alert definitions"
You can’t perform that action at this time.
0 commit comments