mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
clean up: ineffassign fixes (#2411)
This commit is contained in:
committed by
Harshavardhana
parent
ef0a108dde
commit
70fd38818e
@@ -726,6 +726,9 @@ func (s *TestSuiteCommon) TestPutBucket(c *C) {
|
||||
|
||||
client := http.Client{}
|
||||
response, err := client.Do(request)
|
||||
if err != nil {
|
||||
c.Fatalf("Put bucket Failed: <ERROR> %s", err)
|
||||
}
|
||||
defer response.Body.Close()
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user