@@ -227,28 +227,28 @@ Feature: Monitors
227
227
And the response "options.synthetics_check_id" has the same value as "synthetics_api_test.public_id"
228
228
229
229
@team:DataDog/monitor-app
230
- Scenario : Get all monitor details returns "Bad Request" response
230
+ Scenario : Get all monitors returns "Bad Request" response
231
231
Given new "ListMonitors" request
232
232
And request contains "group_states" parameter with value "notagroupstate"
233
233
When the request is sent
234
234
Then the response status is 400 Bad Request
235
235
236
236
@integration-only @team:DataDog/monitor-app
237
- Scenario : Get all monitor details returns "OK" response
237
+ Scenario : Get all monitors returns "OK" response
238
238
Given new "ListMonitors" request
239
239
When the request is sent
240
240
Then the response status is 200 OK
241
241
242
242
@replay-only @skip-validation @team:DataDog/monitor-app @with-pagination
243
- Scenario : Get all monitor details returns "OK" response with pagination
243
+ Scenario : Get all monitors returns "OK" response with pagination
244
244
Given new "ListMonitors" request
245
245
And request contains "page_size" parameter with value 2
246
246
When the request with pagination is sent
247
247
Then the response status is 200 OK
248
248
And the response has 3 items
249
249
250
250
@skip @team:DataDog/monitor-app
251
- Scenario : Get all monitor details with tags
251
+ Scenario : Get all monitors with tags
252
252
Given there is a valid "monitor" in the system
253
253
And new "ListMonitors" request
254
254
And request contains "tags" parameter with value "test:{{ unique_lower_alnum }}"
0 commit comments