diff --git a/src/test/resources/com/datadog/api/client/v2/api/monitors.feature b/src/test/resources/com/datadog/api/client/v2/api/monitors.feature index 3fd3138f9f5..346a646f83b 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/monitors.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/monitors.feature @@ -224,7 +224,6 @@ Feature: Monitors And new "GetMonitorNotificationRules" request When the request is sent Then the response status is 200 OK - And the response "data" has length 1 And the response "data" has item with field "attributes.name" with value "test rule" @team:DataDog/monitor-app