Skip to content

Commit b4694d1

Browse files
author
hellertang
authored
fix cls test (#967)
1 parent 75f0e48 commit b4694d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/resource_tc_cls_cos_shipper_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func testAccCheckClsCosShipperExists(n string) resource.TestCheckFunc {
6161

6262
const testAccClsCosShipper = `
6363
resource "tencentcloud_cls_logset" "logset" {
64-
logset_name = "tf-topic-test"
64+
logset_name = "tf-shipper-test"
6565
tags = {
6666
"test" = "test"
6767
}
@@ -77,7 +77,7 @@ resource "tencentcloud_cls_topic" "topic" {
7777
tags = {
7878
"test" = "test"
7979
}
80-
topic_name = "tf-topic-test"
80+
topic_name = "tf-shipper-test"
8181
}
8282
8383
resource "tencentcloud_cls_cos_shipper" "shipper" {

0 commit comments

Comments
 (0)