Skip to content

Commit 21f6298

Browse files
committed
Fix AT003 lint errors as well
1 parent 40bf9d5 commit 21f6298

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/provider/data_source_gitlab_projects_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import (
1212
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1313
)
1414

15-
// lintignore: AT003 // TODO: Resolve this tfproviderlint issue
16-
func TestAccDataGitlabProjectsSearch(t *testing.T) {
15+
func TestAccDataGitlabProjects_search(t *testing.T) {
1716
projectName := fmt.Sprintf("tf-%s", acctest.RandString(5))
1817

1918
resource.Test(t, resource.TestCase{
@@ -52,8 +51,7 @@ func TestAccDataGitlabProjectsSearch(t *testing.T) {
5251
})
5352
}
5453

55-
// lintignore: AT003 // TODO: Resolve this tfproviderlint issue
56-
func TestAccDataGitlabProjectsGroups(t *testing.T) {
54+
func TestAccDataGitlabProjects_groups(t *testing.T) {
5755
projectName := fmt.Sprintf("tf-%s", acctest.RandString(5))
5856
groupName := fmt.Sprintf("tf-%s", acctest.RandString(5))
5957
parentGroupName := fmt.Sprintf("tf-%s", acctest.RandString(5))

0 commit comments

Comments
 (0)