Skip to content

Commit aff6207

Browse files
committed
fix: gocritic lint
1 parent c30df77 commit aff6207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/tokens_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func TestTokens(t *testing.T) {
2727

2828
// helpful empty response
2929
inv, root := clitest.New(t, "tokens", "ls")
30+
//nolint:gocritic // This should be run as the owner user.
3031
clitest.SetupConfig(t, client, root)
3132
buf := new(bytes.Buffer)
3233
inv.Stdout = buf

0 commit comments

Comments
 (0)