Skip to content

Commit 57c8f11

Browse files
committed
fix test
1 parent f2d543b commit 57c8f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/data_source_tc_cfs_file_system_clients_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestAccTencentCloudCfsFileSystemClientsDataSource_basic(t *testing.T) {
2525
const testAccCfsFileSystemClientsDataSource = `
2626
2727
data "tencentcloud_cfs_file_system_clients" "file_system_clients" {
28-
file_system_id = ""
29-
}
28+
file_system_id = "cfs-iobiaxtj"
29+
}
3030
3131
`

0 commit comments

Comments
 (0)