File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/resources/com/datadog/api/client/v2/api Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,10 @@ Feature: Monitors
241241 And operation "ListMonitorUserTemplates" enabled
242242 When the request is sent
243243 Then the response status is 200 OK
244- And the response "data" has length 1
244+ And the response "data" has item with field "type" with value "monitor-user-template"
245+ And the response "data" has item with field "id" with value "{{ monitor_user_template.data.id }}"
246+ And the response "data" has item with field "attributes.description" with value "It's a threshold"
247+ And the response "data" has item with field "attributes.monitor_definition.message" with value "cats"
245248
246249 @skip-validation @team:DataDog/monitor-app
247250 Scenario : Update a monitor notification rule returns "Bad Request" response
You can’t perform that action at this time.
0 commit comments