Skip to content

Commit dcc91b6

Browse files
authored
fix: change vpc network (#783)
1 parent 528bfbf commit dcc91b6

File tree

1 file changed

+1
-1
lines changed
  • java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it

1 file changed

+1
-1
lines changed

java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it/ITSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class ITSystemTest {
5555
+ "/zones/us-central1-a/clusters/"
5656
+ CLUSTER_NAME;
5757
private static final String NODE_POOL_SEL_LINK = SELF_LINK + "/nodePools/" + NODE_POOL_NAME;
58-
private static final String NETWORK = "java-container-network";
58+
private static final String NETWORK = "java-container-network-tests";
5959
private static final int INITIAL_NODE_COUNT = 1;
6060

6161
@BeforeClass

0 commit comments

Comments
 (0)