Skip to content

Commit 863e920

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 901655b of spec repo
1 parent 7b025f7 commit 863e920

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features/v2/monitors.feature

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,10 @@ Feature: Monitors
233233
And operation "ListMonitorUserTemplates" enabled
234234
When the request is sent
235235
Then the response status is 200 OK
236-
And the response "data" has length 1
236+
And the response "data" has item with field "type" with value "monitor-user-template"
237+
And the response "data" has item with field "id" with value "{{ monitor_user_template.data.id }}"
238+
And the response "data" has item with field "attributes.description" with value "It's a threshold"
239+
And the response "data" has item with field "attributes.monitor_definition.message" with value "cats"
237240

238241
@skip-validation @team:DataDog/monitor-app
239242
Scenario: Update a monitor notification rule returns "Bad Request" response

0 commit comments

Comments
 (0)