Skip to content

Commit 7a21793

Browse files
authored
add need fix (#1185)
1 parent 3727bca commit 7a21793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/data_source_tc_vpn_gateway_routes_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/helper/resource"
77
)
88

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

tencentcloud/resource_tc_api_gateway_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
var testAPIGatewayServiceResourceName = "tencentcloud_api_gateway_service"
1313
var testAPIGatewayServiceResourceKey = testAPIGatewayServiceResourceName + ".service"
1414

15-
func TestAccTencentCloudAPIGateWayServiceResource(t *testing.T) {
15+
func TestAccTencentCloudNeedFixAPIGateWayServiceResource(t *testing.T) {
1616
t.Parallel()
1717
resource.Test(t, resource.TestCase{
1818
PreCheck: func() { testAccPreCheck(t) },

0 commit comments

Comments
 (0)