We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacebb9 commit 6fd3d93Copy full SHA for 6fd3d93
coderd/insights_test.go
@@ -362,6 +362,7 @@ func TestTemplateInsights(t *testing.T) {
362
// data by accessing it.
363
// Insert entries within and outside timeframe.
364
reporter := workspaceapps.NewStatsDBReporter(coderdAPI.Database, workspaceapps.DefaultStatsDBReporterBatchSize)
365
+ //nolint:gocritic // This is a test.
366
err := reporter.Report(dbauthz.AsSystemRestricted(ctx), []workspaceapps.StatsReport{
367
{
368
UserID: user.UserID,
0 commit comments