Skip to content

Commit d6658e6

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d7cdf68 of spec repo
1 parent 2e523af commit d6658e6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/scenarios/features/v2/teams.feature

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ Feature: Teams
112112
And the response "data.attributes.name" is equal to "test-name-{{ unique_hash }}"
113113
And the response "data.attributes.avatar" is equal to "🥑"
114114
And the response "data.attributes.banner" is equal to 7
115-
And the response "data.attributes.visible_modules" is equal to ["m1","m2"]
116-
And the response "data.attributes.hidden_modules" is equal to ["m3"]
115+
And the response "data.attributes.visible_modules" has length 2
116+
And the response "data.attributes.visible_modules" array contains value "m1"
117+
And the response "data.attributes.visible_modules" array contains value "m2"
118+
And the response "data.attributes.hidden_modules" has length 1
119+
And the response "data.attributes.hidden_modules" array contains value "m3"
117120

118121
@skip @team:DataDog/aaa-omg
119122
Scenario: Create team connections returns "Bad Request" response

0 commit comments

Comments
 (0)