Skip to content

Commit

Permalink
OCM-8350 | fix: Enable VPC total clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jameszwang committed May 29, 2024
1 parent 4a61a06 commit e46d277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/profilehandler/data_cleaner.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func DeleteVPCChain(vpcID string, region string) error {
if err != nil {
return err
}
return vpcClient.DeleteVPCChain()
return vpcClient.DeleteVPCChain(true)
}

func ScheduleKMSDesiable(kmsKey string, region string) error {
Expand Down

0 comments on commit e46d277

Please sign in to comment.