Skip to content

Commit 1ddc5f3

Browse files
tongyimingmikatong
andauthored
fix: gaap unit test (#1341)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent 00a8928 commit 1ddc5f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tencentcloud/basic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const (
8181

8282
defaultGaapProxyId = "link-ljb08m2l"
8383
defaultGaapProxyId2 = "link-8lpyo88p"
84-
defaultGaapSecurityPolicyId = "sp-05t5q92x"
84+
defaultGaapSecurityPolicyId = "sp-5lqp4l77"
8585
defaultGaapRealserverDomainId1 = "rs-qs0h6wxp"
8686
defaultGaapRealserverDomain1 = "github.com"
8787
defaultGaapRealserverDomainId2 = "rs-qcygnwpd"

tencentcloud/data_source_tc_gaap_layer7_listeners_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func TestAccDataSourceTencentCloudGaapLayer7Listeners_basic(t *testing.T) {
6161
}
6262

6363
func TestAccDataSourceTencentCloudGaapLayer7Listeners_https(t *testing.T) {
64-
t.Parallel()
6564
resource.Test(t, resource.TestCase{
6665
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },
6766
Providers: testAccProviders,

0 commit comments

Comments
 (0)