Skip to content

Commit fd98d5c

Browse files
committed
Account for changed project permission default in 14.9
1 parent e8f4d47 commit fd98d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/data_source_gitlab_projects_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestAccDataGitlabProjectsSearch(t *testing.T) {
3535
resource.TestCheckResourceAttr(
3636
"data.gitlab_projects.search",
3737
"projects.0.permissions.0.project_access.access_level",
38-
"40",
38+
"50",
3939
),
4040
resource.TestCheckNoResourceAttr(
4141
"data.gitlab_projects.search",

0 commit comments

Comments
 (0)