Skip to content

Commit 8afd7b8

Browse files
authored
test: update destination type count in e2e assertion (#496)
1 parent e086bf1 commit 8afd7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/e2e/api_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,8 @@ func (suite *basicSuite) TestDestinationTypesAPI() {
10041004
"body": map[string]interface{}{
10051005
"type": "array",
10061006
"items": providerSchema,
1007-
"minItems": 5,
1008-
"maxItems": 5,
1007+
"minItems": 7,
1008+
"maxItems": 7,
10091009
"uniqueItems": true,
10101010
},
10111011
},

0 commit comments

Comments
 (0)