Skip to content

Commit 6a1b437

Browse files
tongyimingmikatong
andauthored
fix International unit-test name (#2426)
* add unit test * add unit test2 * update unit test name --------- Co-authored-by: mikatong <[email protected]>
1 parent 3ac12ab commit 6a1b437

5 files changed

+5
-5
lines changed

tencentcloud/resource_tc_kubernetes_cluster_international_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var testInternationalTkeClusterName = "tencentcloud_kubernetes_cluster"
1010
var testInternationalTkeClusterResourceKey = testInternationalTkeClusterName + ".managed_cluster"
1111

12-
func TestAccInternationalTencentCloudKubernetesResource_cluster(t *testing.T) {
12+
func TestAccTencentCloudInternationalKubernetesResource_cluster(t *testing.T) {
1313
t.Parallel()
1414
resource.Test(t, resource.TestCase{
1515
PreCheck: func() { testAccPreCheck(t) },

tencentcloud/resource_tc_vpc_acl_international_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1010
)
1111

12-
func TestAccTencentCloudInternationalVpcAclResource_basic(t *testing.T) {
12+
func TestAccTencentCloudInternationalVpcResource_acl(t *testing.T) {
1313
t.Parallel()
1414
resource.Test(t, resource.TestCase{
1515
PreCheck: func() { testAccPreCheck(t) },

tencentcloud/resource_tc_vpc_international_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1111
)
1212

13-
func TestAccTencentCloudInternationalVpcResource_basic(t *testing.T) {
13+
func TestAccTencentCloudInternationalVpcResource_instance(t *testing.T) {
1414
t.Parallel()
1515
resource.Test(t, resource.TestCase{
1616
PreCheck: func() { testAccPreCheck(t) },

tencentcloud/services/cdb/resource_tc_mysql_instance_international_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
tcacctest "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/acctest"
88
)
99

10-
func TestAccTencentCloudMysqlResource_instance(t *testing.T) {
10+
func TestAccTencentCloudInternationalMysqlResource_instance(t *testing.T) {
1111
resource.Test(t, resource.TestCase{
1212
PreCheck: func() { tcacctest.AccPreCheck(t) },
1313
Providers: tcacctest.AccProviders,

tencentcloud/services/cvm/resource_tc_instance_international_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
tcacctest "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/acctest"
88
)
99

10-
func TestAccTencentCloudInstanceResource_basic(t *testing.T) {
10+
func TestAccTencentCloudInternationalCvmResource_instance(t *testing.T) {
1111
t.Parallel()
1212

1313
id := "tencentcloud_instance.cvm_basic"

0 commit comments

Comments
 (0)