We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3009f commit 9303913Copy full SHA for 9303913
1 file changed
features/v2/monitors.feature
@@ -241,7 +241,10 @@ Feature: Monitors
241
And operation "ListMonitorUserTemplates" enabled
242
When the request is sent
243
Then the response status is 200 OK
244
- And the response "data" has length 1
+ 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"
248
249
@skip-validation @team:DataDog/monitor-app
250
Scenario: Update a monitor notification rule returns "Bad Request" response
0 commit comments