provider/aws: Remove empty config in test

This commit is contained in:
clint shryock 2016-05-12 09:34:16 -05:00
parent 5a2f106043
commit baed5dda36
1 changed files with 0 additions and 4 deletions

View File

@ -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: "",
},
},
})
}