Skip to content

Commit 58551f8

Browse files
committed
add
1 parent a36f0dd commit 58551f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cvm/data_source_tc_eips_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestAccTencentCloudEipsDataSource_basic(t *testing.T) {
2020
Config: testAccEipsDataSource,
2121
Check: resource.ComposeTestCheckFunc(
2222
tcacctest.AccCheckTencentCloudDataSourceID("data.tencentcloud_eips.example"),
23-
resource.TestCheckResourceAttr("data.tencentcloud_eips.example", "eip_list.#", "1"),
23+
resource.TestCheckResourceAttr("data.tencentcloud_eips.example", "eip_list.#", "0"),
2424

2525
tcacctest.AccCheckTencentCloudDataSourceID("data.tencentcloud_eips.example_by_id"),
2626
resource.TestCheckResourceAttr("data.tencentcloud_eips.example_by_id", "eip_list.#", "1"),

0 commit comments

Comments
 (0)