Skip to content

Commit c4c80f3

Browse files
committed
linting
1 parent dbf300e commit c4c80f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/coderd_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ func TestSCIMDisabled(t *testing.T) {
532532

533533
resp, err := http.DefaultClient.Do(req)
534534
require.NoError(t, err)
535+
defer resp.Body.Close()
535536
require.Equal(t, http.StatusNotFound, resp.StatusCode)
536537

537538
var apiError codersdk.Response

0 commit comments

Comments
 (0)