Skip to content

Commit f893cb1

Browse files
authored
Merge pull request #1416 from lesserwhirls/s3test
Fix failing S3 test
2 parents 04c8a85 + a773e22 commit f893cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdm/s3/src/test/java/thredds/filesystem/s3/TestControllerS3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void testGetInventoryTopBucketGcsNoDelimiterOsdc() throws URISyntaxExcept
106106
public void testGetInventoryTopBucketDelimiterAws() throws URISyntaxException {
107107
CdmS3Uri uri = new CdmS3Uri(S3TestsCommon.TOP_LEVEL_AWS_BUCKET + DELIMITER_FRAGMENT);
108108
// contains a single object at "/" (/index.html)
109-
checkInventoryTopCountAtMost(uri, 3);
109+
checkInventoryTopCountAtMost(uri, 4);
110110
}
111111

112112
@Test

0 commit comments

Comments
 (0)