mirror of
https://github.com/versity/versitygw.git
synced 2026-01-03 10:35:15 +00:00
Issue 151 (#174)
* fix: Fixes #151. Fixed DeleteObjects action bugs: Corrected request body serialization type, added return type
This commit is contained in:
@@ -223,8 +223,9 @@ func TestPutGetObject(s *S3Conf) {
|
||||
}
|
||||
}
|
||||
|
||||
if objCount != 2 {
|
||||
if objCount != 0 {
|
||||
failF("%v: expected object count %v instead got %v", testname, 2, objCount)
|
||||
return
|
||||
}
|
||||
|
||||
err = teardown(s, bucket)
|
||||
|
||||
Reference in New Issue
Block a user