Skip to content

Commit 9cce24b

Browse files
committed
update test
1 parent cf1f589 commit 9cce24b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tencentcloud/resource_tc_mysql_param_template_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ func TestAccTencentCloudMysqlParamTemplateResource_basic(t *testing.T) {
2222
ResourceName: "tencentcloud_mysql_param_template.param_template",
2323
ImportState: true,
2424
ImportStateVerify: true,
25+
ImportStateVerifyIgnore: []string{
26+
"engine_type",
27+
},
2528
},
2629
},
2730
})

0 commit comments

Comments
 (0)