Skip to content

Commit c00530a

Browse files
committed
test: update S3MockBackend test uris
1 parent 85de774 commit c00530a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/org/janelia/saalfeldlab/n5/universe/storage/n5/N5AmazonS3FactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public N5AmazonS3MockTest() {
7272
@Override protected String tempN5Location() {
7373

7474
try {
75-
return new URI("http", "localhost:8001", "/" + testBucket + tempContainerPath(), null, null).toString();
75+
return new URI("http", "localhost:9000", "/" + testBucket + tempContainerPath(), null, null).toString();
7676
} catch (URISyntaxException e) {
7777
throw new RuntimeException(e);
7878
}

src/test/java/org/janelia/saalfeldlab/n5/universe/storage/zarr/zarr2/Zarr2AmazonS3FactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public ZarrAmazonS3MockTest() {
7373
@Override protected String tempN5Location() {
7474

7575
try {
76-
return new URI("http", "localhost:8001", "/" + testBucket + tempContainerPath(), null, null).toString();
76+
return new URI("http", "localhost:9000", "/" + testBucket + tempContainerPath(), null, null).toString();
7777
} catch (URISyntaxException e) {
7878
throw new RuntimeException(e);
7979
}

src/test/java/org/janelia/saalfeldlab/n5/universe/storage/zarr/zarr3/Zarr3AmazonS3FactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public ZarrAmazonS3MockTest() {
7373
@Override protected String tempN5Location() {
7474

7575
try {
76-
return new URI("http", "localhost:8001", "/" + testBucket + tempContainerPath(), null, null).toString();
76+
return new URI("http", "localhost:9000", "/" + testBucket + tempContainerPath(), null, null).toString();
7777
} catch (URISyntaxException e) {
7878
throw new RuntimeException(e);
7979
}

0 commit comments

Comments
 (0)