Skip to content

Commit

Permalink
Add test to check ListObjectsV2MHandler (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
iternity-dotcom authored Jun 11, 2021
1 parent e162fdb commit 29fa3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functional_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -11232,6 +11232,7 @@ func testListObjects() {

testList(c.ListObjects, bucketName, minio.ListObjectsOptions{Recursive: true, UseV1: true})
testList(c.ListObjects, bucketName, minio.ListObjectsOptions{Recursive: true})
testList(c.ListObjects, bucketName, minio.ListObjectsOptions{Recursive: true, WithMetadata: true})

successLogger(testName, function, args, startTime).Info()
}
Expand Down

0 comments on commit 29fa3d0

Please sign in to comment.