Skip to content

Commit 088620e

Browse files
committed
fix lint
1 parent d5a9865 commit 088620e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/insights_internal_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ func Test_parseInsightsStartAndEndTime(t *testing.T) {
136136
// assert.Equal is unable to test location equality, so we
137137
// use assert.WithinDuration.
138138
if !assert.Equal(t, tt.wantOk, gotOk) {
139+
//nolint:bodyclose
139140
t.Log("Status: ", rw.Result().StatusCode)
140141
t.Log("Body: ", rw.Body.String())
141142
}

0 commit comments

Comments
 (0)