Renaming cluster import test to match other acceptance tests naming scheme (#434)

This commit is contained in:
Vincent Roseberry 2017-09-14 11:02:00 -07:00 committed by GitHub
parent 5e3c31918f
commit 3859f643f1

View File

@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform/helper/resource"
)
func TestAccGoogleContainerCluster_import(t *testing.T) {
func TestAccContainerCluster_import(t *testing.T) {
resourceName := "google_container_cluster.primary"
name := fmt.Sprintf("tf-cluster-test-%s", acctest.RandString(10))
conf := testAccContainerCluster_basic(name)