File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments