mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Remove leftover debug statement from PutObject StreamingSignature unit-test (#3099)
This commit is contained in:
parent
2c9b406f6c
commit
31f2db6880
@ -463,9 +463,6 @@ func testAPIPutObjectStreamSigV4Handler(obj ObjectLayer, instanceType, bucketNam
|
||||
}
|
||||
// Iterating over the cases, fetching the object validating the response.
|
||||
for i, testCase := range testCases {
|
||||
if i != 9 {
|
||||
continue
|
||||
}
|
||||
// initialize HTTP NewRecorder, this records any mutations to response writer inside the handler.
|
||||
rec := httptest.NewRecorder()
|
||||
// construct HTTP request for Put Object end point.
|
||||
|
Loading…
Reference in New Issue
Block a user