Skip to content

Commit c663d29

Browse files
authored
Merge pull request #983 from timofurrer/upgrade/14.9
Fix gitlab_project datasource tests
2 parents e8f4d47 + fd98d5c commit c663d29

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)