Skip to content

Commit 90a21b1

Browse files
committed
add
1 parent 6078367 commit 90a21b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tencentcloud/services/controlcenter/data_source_tc_controlcenter_account_factory_baseline_items_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ func TestAccTencentCloudControlcenterAccountFactoryBaselineItemsDataSource_basic
1717
Providers: tcacctest.AccProviders,
1818
Steps: []resource.TestStep{{
1919
Config: testAccControlcenterAccountFactoryBaselineItemsDataSource,
20-
Check: resource.ComposeTestCheckFunc(resource.AccCheckTencentCloudDataSourceID("data.tencentcloud_controlcenter_account_factory_baseline_items.controlcenter_account_factory_baseline_items")),
20+
Check: resource.ComposeTestCheckFunc(
21+
tcacctest.AccCheckTencentCloudDataSourceID("data.tencentcloud_controlcenter_account_factory_baseline_items.example")),
2122
}},
2223
})
2324
}
2425

2526
const testAccControlcenterAccountFactoryBaselineItemsDataSource = `
26-
27-
data "tencentcloud_controlcenter_account_factory_baseline_items" "controlcenter_account_factory_baseline_items" {
28-
}
27+
data "tencentcloud_controlcenter_account_factory_baseline_items" "example" {}
2928
`

0 commit comments

Comments
 (0)