providers/aws: use precheck for security group

This commit is contained in:
Jack Pearkes 2014-07-10 16:43:03 -04:00
parent 2e767da3df
commit e992d62717
1 changed files with 1 additions and 2 deletions

View File

@ -10,9 +10,8 @@ import (
)
func TestAccAwsSecurityGroup(t *testing.T) {
testAccPreCheck(t)
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSSecurityGroupDestroy,
Steps: []resource.TestStep{