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,
|
ExpectNonEmptyPlan: true,
|
||||||
},
|
},
|
||||||
// Follow up plan w/ empty config should be empty, since the Cert is gone
|
|
||||||
resource.TestStep{
|
|
||||||
Config: "",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue