Skip to content

Commit 1b37a13

Browse files
committed
fix lint
1 parent 8e9308d commit 1b37a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pulsaradmin/pkg/admin/brokers_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ func TestUpdateDynamicConfigurationWithCustomURL(t *testing.T) {
130130
RawPath: "/admin/v2/brokers/configuration/allowAutoSubscriptionCreation/" + encoded,
131131
})
132132
assert.NoError(t, err)
133+
defer resp.Body.Close()
133134
assert.Equal(t, http.StatusOK, resp.StatusCode)
134135

135136
// get the config, check if it's updated

0 commit comments

Comments
 (0)