mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 13:10:22 +03:00
Object layer tests revamp for individual execution (#2134)
This commit is contained in:
committed by
Harshavardhana
parent
282044d454
commit
2c837128ef
@@ -33,7 +33,7 @@ func TestObjectAPIPutObject(t *testing.T) {
|
||||
}
|
||||
|
||||
// Tests validate correctness of PutObject.
|
||||
func testObjectAPIPutObject(obj ObjectLayer, instanceType string, t *testing.T) {
|
||||
func testObjectAPIPutObject(obj ObjectLayer, instanceType string, t TestErrHandler) {
|
||||
// Generating cases for which the PutObject fails.
|
||||
bucket := "minio-bucket"
|
||||
object := "minio-object"
|
||||
|
||||
Reference in New Issue
Block a user