Skip to content

Commit d8987d2

Browse files
olhadotimofurrer
andauthored
Update internal/provider/resource_gitlab_project_test.go
Check is not needed. Co-authored-by: Timo Furrer <[email protected]>
1 parent 9b3b1d8 commit d8987d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/provider/resource_gitlab_project_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -1171,9 +1171,6 @@ func TestAccGitlabProject_UpdateAnalyticsAccessLevel(t *testing.T) {
11711171
visibility_level = "public"
11721172
analytics_access_level = "disabled"
11731173
}`, rInt),
1174-
Check: resource.ComposeTestCheckFunc(
1175-
resource.TestCheckResourceAttr("gitlab_project.this", "analytics_access_level", "disabled"),
1176-
),
11771174
},
11781175
// Verify Import
11791176
{

0 commit comments

Comments
 (0)