Skip to content

Commit

Permalink
fix: change vpc network (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtineskim committed Sep 15, 2022
1 parent 528bfbf commit dcc91b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class ITSystemTest {
+ "/zones/us-central1-a/clusters/"
+ CLUSTER_NAME;
private static final String NODE_POOL_SEL_LINK = SELF_LINK + "/nodePools/" + NODE_POOL_NAME;
private static final String NETWORK = "java-container-network";
private static final String NETWORK = "java-container-network-tests";
private static final int INITIAL_NODE_COUNT = 1;

@BeforeClass
Expand Down

0 comments on commit dcc91b6

Please sign in to comment.