We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528bfbf commit dcc91b6Copy full SHA for dcc91b6
java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it/ITSystemTest.java
@@ -55,7 +55,7 @@ public class ITSystemTest {
55
+ "/zones/us-central1-a/clusters/"
56
+ CLUSTER_NAME;
57
private static final String NODE_POOL_SEL_LINK = SELF_LINK + "/nodePools/" + NODE_POOL_NAME;
58
- private static final String NETWORK = "java-container-network";
+ private static final String NETWORK = "java-container-network-tests";
59
private static final int INITIAL_NODE_COUNT = 1;
60
61
@BeforeClass
0 commit comments