Skip to content

Commit 9608da1

Browse files
committed
nonlint
1 parent c91024e commit 9608da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaceapps/db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func Test_ResolveRequest(t *testing.T) {
231231
}
232232
require.NotEqual(t, uuid.Nil, agentID)
233233

234-
//nonlint:gocritic // This is a test, allow dbauthz.AsSystemRestricted.
234+
//nolint:gocritic // This is a test, allow dbauthz.AsSystemRestricted.
235235
agent, err := api.Database.GetWorkspaceAgentByID(dbauthz.AsSystemRestricted(ctx), agentID)
236236
require.NoError(t, err)
237237

0 commit comments

Comments
 (0)