From 20c7af4dffd1f7398ed2420ff36bf066d1c9222b Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 23 Dec 2025 12:02:56 +0000 Subject: [PATCH] Regenerate client from commit d7cdf68 of spec repo --- .../resources/com/datadog/api/client/v2/api/teams.feature | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/test/resources/com/datadog/api/client/v2/api/teams.feature b/src/test/resources/com/datadog/api/client/v2/api/teams.feature index 9deac2e88af..41b57b14746 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/teams.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/teams.feature @@ -112,8 +112,11 @@ Feature: Teams And the response "data.attributes.name" is equal to "test-name-{{ unique_hash }}" And the response "data.attributes.avatar" is equal to "🥑" And the response "data.attributes.banner" is equal to 7 - And the response "data.attributes.visible_modules" is equal to ["m1","m2"] - And the response "data.attributes.hidden_modules" is equal to ["m3"] + And the response "data.attributes.visible_modules" has length 2 + And the response "data.attributes.visible_modules" array contains value "m1" + And the response "data.attributes.visible_modules" array contains value "m2" + And the response "data.attributes.hidden_modules" has length 1 + And the response "data.attributes.hidden_modules" array contains value "m3" @skip @team:DataDog/aaa-omg Scenario: Create team connections returns "Bad Request" response