From 7b025f76d10f0712a4b3a1b42348cb0c5c37cb62 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:58:45 +0000 Subject: [PATCH] [monitors] Avoid inconsistent result in production (#2767) Co-authored-by: ci.datadog-api-spec --- features/v2/monitors.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/features/v2/monitors.feature b/features/v2/monitors.feature index 3fd3138f9f5..346a646f83b 100644 --- a/features/v2/monitors.feature +++ b/features/v2/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