mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Clear up test failure for TestAccAWSVpnGateway_disappears
This commit is contained in:
parent
29e6570df8
commit
03bdf1375e
@ -63,7 +63,6 @@ func TestAccAWSVpnGateway_disappears(t *testing.T) {
|
|||||||
|
|
||||||
resource.Test(t, resource.TestCase{
|
resource.Test(t, resource.TestCase{
|
||||||
PreCheck: func() { testAccPreCheck(t) },
|
PreCheck: func() { testAccPreCheck(t) },
|
||||||
IDRefreshName: "aws_vpn_gateway.foo",
|
|
||||||
Providers: testAccProviders,
|
Providers: testAccProviders,
|
||||||
CheckDestroy: testAccCheckVpnGatewayDestroy,
|
CheckDestroy: testAccCheckVpnGatewayDestroy,
|
||||||
Steps: []resource.TestStep{
|
Steps: []resource.TestStep{
|
||||||
|
Loading…
Reference in New Issue
Block a user