Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1cdf09

Browse files
author
mikatong
committedApr 28, 2025·
update test
1 parent 6d39a5b commit c1cdf09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎tencentcloud/services/cdc/resource_tc_cdc_dedicated_cluster_image_cache_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ func TestAccTencentCloudCdcDedicatedClusterImageCacheResource_basic(t *testing.T
2323
resource.TestCheckResourceAttr("tencentcloud_cdc_dedicated_cluster_image_cache.cdc_dedicated_cluster_image_cache", "image_id", "img-eb30mz89"),
2424
),
2525
},
26+
{
27+
ResourceName: "tencentcloud_cdc_dedicated_cluster_image_cache.cdc_dedicated_cluster_image_cache",
28+
ImportState: true,
29+
ImportStateVerify: true,
30+
},
2631
},
2732
})
2833
}

0 commit comments

Comments
 (0)
Please sign in to comment.