Skip to content

Commit 4ffc5f1

Browse files
committed
fix lint
1 parent d5a9865 commit 4ffc5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/insights_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func Test_parseInsightsStartAndEndTime(t *testing.T) {
137137
// use assert.WithinDuration.
138138
if !assert.Equal(t, tt.wantOk, gotOk) {
139139
t.Log("Status: ", rw.Result().StatusCode)
140-
t.Log("Body: ", rw.Body.String())
140+
t.Log("Body: ", rw.Body.String()) //nolint:bodyclose
141141
}
142142
assert.WithinDuration(t, tt.wantStartTime, gotStartTime, 0)
143143
assert.True(t, tt.wantStartTime.Equal(gotStartTime))

0 commit comments

Comments
 (0)