Skip to content

Commit 2cdf32a

Browse files
committed
fix lint
1 parent ab51fea commit 2cdf32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/agentapi/audit_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func TestAuditReport(t *testing.T) {
9696
reason: "because",
9797
},
9898
}
99+
//nolint:paralleltest // No longer necessary to reinitialise the variable tt.
99100
for _, tt := range tests {
100101
t.Run(tt.name, func(t *testing.T) {
101102
t.Parallel()

0 commit comments

Comments
 (0)