Skip to content

Commit 431c2c7

Browse files
gitmknanonymous
andauthored
fix: modify cam unit (#1450)
* fix: modify cam unit * feat: add changelog * fix: delete changelog Co-authored-by: anonymous <anonymous@mail.org>
1 parent dd80f38 commit 431c2c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tencentcloud/resource_tc_cam_role_policy_attachment_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/terraform"
1010
)
1111

12-
func TestAccTencentCloudCamRolePolicyAttachment_basic(t *testing.T) {
13-
t.Parallel()
12+
// go test -i; go test -test.run TestAccTencentCloudCamRolePolicyAttachmentResource_basic -v
13+
func TestAccTencentCloudCamRolePolicyAttachmentResource_basic(t *testing.T) {
14+
// t.Parallel()
1415
resource.Test(t, resource.TestCase{
1516
PreCheck: func() { testAccPreCheck(t) },
1617
Providers: testAccProviders,

0 commit comments

Comments
 (0)