File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
"github.com/hashicorp/terraform/helper/acctest"
8
8
"github.com/hashicorp/terraform/helper/resource"
9
9
"github.com/hashicorp/terraform/terraform"
10
- "github.com/xanzy/go-gitlab"
10
+ gitlab "github.com/xanzy/go-gitlab"
11
11
)
12
12
13
13
func TestAccGitlabProject_basic (t * testing.T ) {
@@ -110,9 +110,9 @@ func TestAccGitlabProject_basic(t *testing.T) {
110
110
}),
111
111
),
112
112
},
113
- //Update the project to unshare the project from 1 group
113
+ //Update the project to unshare the project
114
114
{
115
- Config : testAccGitlabProjectSharedWithGroup (rInt ),
115
+ Config : testAccGitlabProjectConfig (rInt ),
116
116
Check : resource .ComposeTestCheckFunc (
117
117
testAccCheckGitlabProjectExists ("gitlab_project.foo" , & project ),
118
118
testAccCheckGitlabProjectAttributes (& project , & testAccGitlabProjectExpectedAttributes {
@@ -128,7 +128,7 @@ func TestAccGitlabProject_basic(t *testing.T) {
128
128
GroupID int
129
129
GroupName string
130
130
GroupAccessLevel int
131
- }{{ 0 , "" , 30 } },
131
+ }{},
132
132
}),
133
133
),
134
134
},
You can’t perform that action at this time.
0 commit comments