Skip to content

Commit 8915c81

Browse files
author
hellertang
authored
fix cls testcases (#984)
1 parent ab38465 commit 8915c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tencentcloud/resource_tc_cls_config_extra_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestAccTencentCloudClsConfigExtra_basic(t *testing.T) {
2525

2626
const testAccClsConfigExtra = `
2727
resource "tencentcloud_cls_logset" "logset" {
28-
logset_name = "tf-config-test"
28+
logset_name = "tf-config-extra-test"
2929
tags = {
3030
"test" = "test"
3131
}
@@ -41,11 +41,11 @@ resource "tencentcloud_cls_topic" "topic" {
4141
tags = {
4242
"test" = "test"
4343
}
44-
topic_name = "tf-config-test"
44+
topic_name = "tf-config-extra-test"
4545
}
4646
4747
resource "tencentcloud_cls_machine_group" "group" {
48-
group_name = "tf-basic-group"
48+
group_name = "tf-config-extra-test"
4949
service_logging = true
5050
auto_update = true
5151
update_end_time = "19:05:00"

0 commit comments

Comments
 (0)