Skip to content

Commit

Permalink
provider/aws: Clear up test failure for TestAccAWSVpnGateway_disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Aug 22, 2016
1 parent 29e6570 commit 03bdf13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions builtin/providers/aws/resource_aws_vpn_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ func TestAccAWSVpnGateway_disappears(t *testing.T) {
var v ec2.VpnGateway

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
IDRefreshName: "aws_vpn_gateway.foo",
Providers: testAccProviders,
CheckDestroy: testAccCheckVpnGatewayDestroy,
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckVpnGatewayDestroy,
Steps: []resource.TestStep{
resource.TestStep{
Config: testAccVpnGatewayConfig,
Expand Down

0 comments on commit 03bdf13

Please sign in to comment.