File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ import (
12
12
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
13
13
)
14
14
15
- // lintignore: AT003 // TODO: Resolve this tfproviderlint issue
16
- func TestAccDataGitlabProjectsSearch (t * testing.T ) {
15
+ func TestAccDataGitlabProjects_search (t * testing.T ) {
17
16
projectName := fmt .Sprintf ("tf-%s" , acctest .RandString (5 ))
18
17
19
18
resource .Test (t , resource.TestCase {
@@ -52,8 +51,7 @@ func TestAccDataGitlabProjectsSearch(t *testing.T) {
52
51
})
53
52
}
54
53
55
- // lintignore: AT003 // TODO: Resolve this tfproviderlint issue
56
- func TestAccDataGitlabProjectsGroups (t * testing.T ) {
54
+ func TestAccDataGitlabProjects_groups (t * testing.T ) {
57
55
projectName := fmt .Sprintf ("tf-%s" , acctest .RandString (5 ))
58
56
groupName := fmt .Sprintf ("tf-%s" , acctest .RandString (5 ))
59
57
parentGroupName := fmt .Sprintf ("tf-%s" , acctest .RandString (5 ))
You can’t perform that action at this time.
0 commit comments