Skip to content

Commit d4472a2

Browse files
committed
details golint
1 parent 0cff661 commit d4472a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/provisionerdaemonstart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func TestProvisionerDaemon_ProvisionerKey(t *testing.T) {
308308
},
309309
},
310310
})
311-
// nolint:gocritic // test
311+
//nolint:gocritic // ignore This client is operating as the owner user, which has unrestricted permissions
312312
res, err := client.CreateProvisionerKey(ctx, user.OrganizationID, codersdk.CreateProvisionerKeyRequest{
313313
Name: "dont-TEST-me",
314314
Tags: map[string]string{

0 commit comments

Comments
 (0)