We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1999575 commit 51ef709Copy full SHA for 51ef709
tencentcloud/services/vpc/resource_tc_subnet_test.go
@@ -36,7 +36,7 @@ func testSweepSubnet(region string) error {
36
vpcService := svcvpc.NewVpcService(client)
37
38
instances, err := vpcService.DescribeSubnets(ctx, "", "", "", "",
39
- nil, nil, nil, "", "")
+ nil, nil, nil, "", "", "")
40
if err != nil {
41
return fmt.Errorf("get instance list error: %s", err.Error())
42
}
0 commit comments