Skip to content

Commit 5ae00f7

Browse files
committed
Update service-definition-view action after code fix
1 parent 7d0fd2f commit 5ae00f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/monitor/test_alerts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,12 @@ def test_alerts_definition_create(get_channel_id, get_service_type):
9999
)
100100

101101

102-
@pytest.mark.skip
103102
def test_list_alert_definitions_for_service_type(get_service_type):
104103
service_type = get_service_type
105104
output = exec_test_command(
106105
BASE_CMDS["alerts"]
107106
+ [
108-
"definition-view",
107+
"service-definition-view",
109108
service_type,
110109
"--text",
111110
"--delimiter=,",

0 commit comments

Comments
 (0)