Skip to content

Commit 4692d9a

Browse files
author
mikatong
committed
update test case name
1 parent a33e8cf commit 4692d9a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tencentcloud/services/vpc/resource_tc_security_group_rule_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1515
)
1616

17-
func TestAccTencentCloudSecurityGroupRule_basic(t *testing.T) {
17+
func TestAccTencentCloudSecurityGroupRuleResource_basic(t *testing.T) {
1818
t.Parallel()
1919
var sgrId string
2020

@@ -39,7 +39,7 @@ func TestAccTencentCloudSecurityGroupRule_basic(t *testing.T) {
3939
})
4040
}
4141

42-
func TestAccTencentCloudSecurityGroupRule_multi(t *testing.T) {
42+
func TestAccTencentCloudSecurityGroupRuleResource_multi(t *testing.T) {
4343
t.Parallel()
4444
var sgrId string
4545

@@ -78,7 +78,7 @@ func TestAccTencentCloudSecurityGroupRule_multi(t *testing.T) {
7878
})
7979
}
8080

81-
func TestAccTencentCloudSecurityGroupRule_ssh(t *testing.T) {
81+
func TestAccTencentCloudSecurityGroupRuleResource_ssh(t *testing.T) {
8282
t.Parallel()
8383
var sgrId string
8484

@@ -102,7 +102,7 @@ func TestAccTencentCloudSecurityGroupRule_ssh(t *testing.T) {
102102
})
103103
}
104104

105-
func TestAccTencentCloudSecurityGroupRule_egress(t *testing.T) {
105+
func TestAccTencentCloudSecurityGroupRuleResource_egress(t *testing.T) {
106106
t.Parallel()
107107
var sgrId string
108108

@@ -127,7 +127,7 @@ func TestAccTencentCloudSecurityGroupRule_egress(t *testing.T) {
127127
})
128128
}
129129

130-
func TestAccTencentCloudSecurityGroupRule_sourcesgid(t *testing.T) {
130+
func TestAccTencentCloudSecurityGroupRuleResource_sourcesgid(t *testing.T) {
131131
t.Parallel()
132132
var sgrId string
133133

@@ -151,7 +151,7 @@ func TestAccTencentCloudSecurityGroupRule_sourcesgid(t *testing.T) {
151151
})
152152
}
153153

154-
func TestAccTencentCloudSecurityGroupRule_allDrop(t *testing.T) {
154+
func TestAccTencentCloudSecurityGroupRuleResource_allDrop(t *testing.T) {
155155
t.Parallel()
156156
var sgrId string
157157

@@ -175,7 +175,7 @@ func TestAccTencentCloudSecurityGroupRule_allDrop(t *testing.T) {
175175
})
176176
}
177177

178-
func TestAccTencentCloudSecurityGroupRule_addressTemplate(t *testing.T) {
178+
func TestAccTencentCloudSecurityGroupRuleResource_addressTemplate(t *testing.T) {
179179
t.Parallel()
180180
var sgrId string
181181
resource.Test(t, resource.TestCase{
@@ -206,7 +206,7 @@ func TestAccTencentCloudSecurityGroupRule_addressTemplate(t *testing.T) {
206206
})
207207
}
208208

209-
func TestAccTencentCloudSecurityGroupRule_protocolTemplate(t *testing.T) {
209+
func TestAccTencentCloudSecurityGroupRuleResource_protocolTemplate(t *testing.T) {
210210
t.Parallel()
211211
var sgrId string
212212
resource.Test(t, resource.TestCase{

0 commit comments

Comments
 (0)