Skip to content

Commit 2b8dd6b

Browse files
authored
fix mongodb testcases (#1772)
1 parent b7cb474 commit 2b8dd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_vpc_end_point_service_white_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const testAccVpcEndPointServiceWhiteList = `
3131
3232
resource "tencentcloud_vpc_end_point_service_white_list" "end_point_service_white_list" {
3333
user_uin = "100020512675"
34-
end_point_service_id = "vpcsvc-exphd2fd"
34+
end_point_service_id = "vpcsvc-98jddhcz"
3535
description = "terraform for test"
3636
}
3737

tencentcloud/resource_tc_vpc_end_point_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "tencentcloud_vpc_end_point" "end_point" {
3333
vpc_id = "vpc-391sv4w3"
3434
subnet_id = "subnet-ljyn7h30"
3535
end_point_name = "terraform-test"
36-
end_point_service_id = "vpcsvc-exphd2fd"
36+
end_point_service_id = "vpcsvc-98jddhcz"
3737
end_point_vip = "10.0.2.2"
3838
}
3939

0 commit comments

Comments
 (0)