Skip to content

Commit a6b8203

Browse files
authored
fix: eks - testcase check exist func (#812)
1 parent 87a23e1 commit a6b8203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_eks_container_instance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestAccTencentCloudEKSContainerInstance_basic(t *testing.T) {
2020
{
2121
Config: testAccEksCi,
2222
Check: resource.ComposeTestCheckFunc(
23-
testAccCheckEipExists("tencentcloud_eks_container_instance.eci"),
23+
testAccCheckTencentCloudDataSourceID("tencentcloud_eks_container_instance.eci"),
2424
resource.TestCheckResourceAttr("tencentcloud_eks_container_instance.foo", "name", "foo"),
2525
resource.TestCheckResourceAttr("tencentcloud_eks_container_instance.foo", "cpu", "foo"),
2626
resource.TestCheckResourceAttr("tencentcloud_eks_container_instance.foo", "memory", "foo"),

0 commit comments

Comments
 (0)