Skip to content

Commit ad9fecd

Browse files
Add tf-test prefixes to TestAccContainerCluster_withWorkloadALTSConfig (#15779) (#11117)
[upstream:1ff7250bdb72e13cdfc2e4f51ad3646cafe79797] Signed-off-by: Modular Magician <[email protected]>
1 parent a5f2175 commit ad9fecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-beta/services/container/resource_container_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6089,8 +6089,8 @@ func TestAccContainerCluster_withFleetConfig(t *testing.T) {
60896089
func TestAccContainerCluster_withWorkloadALTSConfig(t *testing.T) {
60906090
t.Parallel()
60916091

6092-
networkName := "gke-cluster-alts"
6093-
subnetworkName := "gke-cluster-alts"
6092+
networkName := fmt.Sprintf("tf-test-gke-cluster-alts-%s", acctest.RandString(t, 10))
6093+
subnetworkName := fmt.Sprintf("tf-test-gke-cluster-alts-%s", acctest.RandString(t, 10))
60946094
clusterName := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
60956095
pid := envvar.GetTestProjectFromEnv()
60966096
acctest.VcrTest(t, resource.TestCase{

0 commit comments

Comments
 (0)