diff --git a/google/import_container_cluster_test.go b/google/import_container_cluster_test.go index dafb7886..985ff832 100644 --- a/google/import_container_cluster_test.go +++ b/google/import_container_cluster_test.go @@ -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)