providers/aws: correct destroy func for autoscaling group test
This commit is contained in:
parent
e9dade6967
commit
9ae89cf3c5
|
@ -15,7 +15,7 @@ func TestAccAWSAutoScalingGroup(t *testing.T) {
|
|||
resource.Test(t, resource.TestCase{
|
||||
PreCheck: func() { testAccPreCheck(t) },
|
||||
Providers: testAccProviders,
|
||||
CheckDestroy: testAccCheckVpcDestroy,
|
||||
CheckDestroy: testAccCheckAWSAutoScalingGroupDestroy,
|
||||
Steps: []resource.TestStep{
|
||||
resource.TestStep{
|
||||
Config: testAccAWSAutoScalingGroupConfig,
|
||||
|
|
Loading…
Reference in New Issue