From 3859f643f17c5a367501da2f59449cb0dfa54651 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Thu, 14 Sep 2017 11:02:00 -0700 Subject: [PATCH] Renaming cluster import test to match other acceptance tests naming scheme (#434) --- google/import_container_cluster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)