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