providers/aws: correct destroy func for autoscaling group test

This commit is contained in:
Jack Pearkes 2014-07-14 11:44:15 -04:00
parent e9dade6967
commit 9ae89cf3c5
1 changed files with 1 additions and 1 deletions

View File

@ -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,