Skip to content

Commit b6edbdd

Browse files
committed
fix: modify task test
1 parent dcbb85f commit b6edbdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tencentcloud/data_source_tc_ses_send_tasks_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ func TestAccTencentCloudSesSendTasksDataSource_basic(t *testing.T) {
1111
t.Parallel()
1212
resource.Test(t, resource.TestCase{
1313
PreCheck: func() {
14-
testAccPreCheck(t)
14+
testAccStepSetRegion(t, "ap-hongkong")
15+
testAccPreCheckBusiness(t, ACCOUNT_TYPE_SES)
1516
},
1617
Providers: testAccProviders,
1718
Steps: []resource.TestStep{

0 commit comments

Comments
 (0)