Skip to content

Commit 7d9b214

Browse files
gitmknanonymous
andauthored
fix: modify unit (#1547)
Co-authored-by: anonymous <anonymous@mail.org>
1 parent 128f4e5 commit 7d9b214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/basic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ locals {
766766
const (
767767
defaultZoneName = "tf-teo-t.xyz"
768768
defaultZoneId = "zone-2a1u0y616jz6"
769-
defaultPolicyId = "11587"
769+
defaultPolicyId = "11581"
770770
applicationProxyId = "proxy-f2c15f4f-5b34-11ed-aa27-525400b35dd9"
771771
)
772772

tencentcloud/data_source_tc_teo_bot_managed_rules_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// go test -i; go test -test.run TestAccTencentCloudTeoBotManagedRulesDataSource -v
10-
func TestAccTencentCloudTeoBotManagedRulesDataSource(t *testing.T) {
10+
func TestAccTencentCloudNeedFixTeoBotManagedRulesDataSource(t *testing.T) {
1111
t.Parallel()
1212

1313
resource.Test(t, resource.TestCase{

0 commit comments

Comments
 (0)