Skip to content

Commit a5a1c15

Browse files
committed
fix: modify service test
1 parent 7a68b0b commit a5a1c15

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tencentcloud/resource_tc_tse_cngw_service_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ func TestAccTencentCloudTseCngwServiceResource_basic(t *testing.T) {
5050
),
5151
},
5252
{
53-
ResourceName: "tencentcloud_tse_cngw_service.cngw_service",
54-
ImportState: true,
55-
ImportStateVerify: true,
53+
ResourceName: "tencentcloud_tse_cngw_service.cngw_service",
54+
ImportState: true,
55+
ImportStateVerify: true,
56+
ImportStateVerifyIgnore: []string{"upstream_info.0.targets.0.health"},
5657
},
5758
{
5859
Config: testAccTseCngwServiceUp,

0 commit comments

Comments
 (0)