Skip to content

Commit

Permalink
test: lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiChangkuo committed Nov 2, 2023
1 parent 1126a22 commit 5a5eaf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion huaweicloud/resource_huaweicloud_iec_vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func resourceIecVpcV1Delete(d *schema.ResourceData, meta interface{}) error {
return fmtp.Errorf("Error creating Huaweicloud IEC client: %s", err)
}

//lintignore:R018
time.Sleep(3 * time.Second) // Prevent delete failure

err = vpcs.Delete(iecV1Client, d.Id()).ExtractErr()
Expand Down

0 comments on commit 5a5eaf4

Please sign in to comment.