Skip to content

Commit 57931c0

Browse files
committed
Comment
1 parent 5974795 commit 57931c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fixtures/s3-fixture/src/test/java/fixture/s3/S3HttpHandlerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ private static void assertListObjectsResponse(
6161
queryParts.add("delimiter=" + delimiter);
6262
}
6363
if (randomBoolean()) {
64+
// test both ListObjects and ListObjectsV2 - they only differ in terms of pagination but S3HttpHandler doesn't do that
6465
queryParts.add("list-type=2");
6566
}
6667
Randomness.shuffle(queryParts);

0 commit comments

Comments
 (0)