We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91024e commit 9608da1Copy full SHA for 9608da1
coderd/workspaceapps/db_test.go
@@ -231,7 +231,7 @@ func Test_ResolveRequest(t *testing.T) {
231
}
232
require.NotEqual(t, uuid.Nil, agentID)
233
234
- //nonlint:gocritic // This is a test, allow dbauthz.AsSystemRestricted.
+ //nolint:gocritic // This is a test, allow dbauthz.AsSystemRestricted.
235
agent, err := api.Database.GetWorkspaceAgentByID(dbauthz.AsSystemRestricted(ctx), agentID)
236
require.NoError(t, err)
237
0 commit comments