mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Remove empty config in test
This commit is contained in:
parent
5a2f106043
commit
baed5dda36
@ -82,10 +82,6 @@ func TestAccAWSIAMServerCertificate_disappears(t *testing.T) {
|
||||
),
|
||||
ExpectNonEmptyPlan: true,
|
||||
},
|
||||
// Follow up plan w/ empty config should be empty, since the Cert is gone
|
||||
resource.TestStep{
|
||||
Config: "",
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user