Skip to content

Commit bd99c3d

Browse files
committed
try changing the connection URI
1 parent 44caa5f commit bd99c3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/it/runner/registry

java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/it/runner/registry/TestBench.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ public String toString() {
442442
}
443443

444444
static final class Builder {
445-
private static final String DEFAULT_BASE_URI = "http://localhost:9000";
446-
private static final String DEFAULT_GRPC_BASE_URI = "http://localhost:9005";
445+
private static final String DEFAULT_BASE_URI = "http://127.0.0.1:9000";
446+
private static final String DEFAULT_GRPC_BASE_URI = "http://127.0.0.1:9005";
447447
private static final String DEFAULT_IMAGE_NAME;
448448
private static final String DEFAULT_IMAGE_TAG;
449449

0 commit comments

Comments
 (0)