Skip to content

Commit a64a4d7

Browse files
committed
Fix project tests for GitLab 14.9
1 parent e0a88ff commit a64a4d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/resource_gitlab_project_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ func TestAccGitlabProject_CreateProjectInUserNamespace(t *testing.T) {
855855
user := testAccCreateUsers(t, 1)[0]
856856

857857
resource.Test(t, resource.TestCase{
858+
PreCheck: func() { testAccRequiresAtLeast(t, "14.10") },
858859
ProviderFactories: providerFactories,
859860
CheckDestroy: testAccCheckGitlabProjectDestroy,
860861
Steps: []resource.TestStep{

0 commit comments

Comments
 (0)