Skip to content

Commit

Permalink
Merge pull request hashicorp#13107 from terraform-providers/t-aws_db_…
Browse files Browse the repository at this point in the history
…security_group-testAccEC2ClassicPreCheck

tests/resource/aws_db_security_group: Include EC2-Classic PreCheck
  • Loading branch information
gdavison authored May 8, 2020
2 parents 90925e4 + f657043 commit 04ad769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_db_security_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestAccAWSDBSecurityGroup_basic(t *testing.T) {
rName := fmt.Sprintf("tf-acc-%s", acctest.RandString(5))

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
PreCheck: func() { testAccPreCheck(t); testAccEC2ClassicPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSDBSecurityGroupDestroy,
DisableBinaryDriver: true,
Expand Down

0 comments on commit 04ad769

Please sign in to comment.