Skip to content

Commit 0ba04bb

Browse files
committed
fixup! address linter complaints in group*_test.go
1 parent ea13502 commit 0ba04bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/groupedit_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestGroupEdit(t *testing.T) {
7878
"-a", "foo",
7979
)
8080

81-
clitest.SetupConfig(t, client, conf)
81+
clitest.SetupConfig(t, client, conf) //nolint:gocritic // intentional usage of owner
8282

8383
err := inv.Run()
8484
require.ErrorContains(t, err, "must be a valid UUID or email address")

0 commit comments

Comments
 (0)