Skip to content

Commit bba7b51

Browse files
author
WeiMengXS
committed
feat: doc
1 parent dd8270d commit bba7b51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tencentcloud/resource_tc_ssl_commit_certificate_information_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ import (
88
func TestAccTencentCloudSslCommitCertificateInformationResource_basic(t *testing.T) {
99
t.Parallel()
1010
resource.Test(t, resource.TestCase{
11-
PreCheck: func() {
12-
testAccPreCheck(t)
13-
},
11+
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },
1412
Providers: testAccProviders,
1513
Steps: []resource.TestStep{
1614
{

0 commit comments

Comments
 (0)