Skip to content

Commit b0010db

Browse files
committed
misc: update test func name
1 parent f76ee68 commit b0010db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_kubernetes_cluster_endpoint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
77
)
88

9-
func TestAccTencentCloudKubernetesClusterEndpoint(t *testing.T) {
9+
func TestAccTencentCloudKubernetesClusterEndpointResource(t *testing.T) {
1010
t.Parallel()
1111
resource.Test(t, resource.TestCase{
1212
PreCheck: func() { testAccPreCheck(t) },

0 commit comments

Comments
 (0)