add missing decorator to cloudformation test
This commit is contained in:
parent
a9d118622a
commit
04b86fe362
@ -938,8 +938,8 @@ def test_sns_topic():
|
|||||||
topic_arn_output.value.should.equal(topic_arn)
|
topic_arn_output.value.should.equal(topic_arn)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@mock_cloudformation
|
@mock_cloudformation
|
||||||
|
@mock_ec2
|
||||||
def test_vpc_gateway_attachment_creation_should_attach_itself_to_vpc():
|
def test_vpc_gateway_attachment_creation_should_attach_itself_to_vpc():
|
||||||
template = {
|
template = {
|
||||||
"AWSTemplateFormatVersion": "2010-09-09",
|
"AWSTemplateFormatVersion": "2010-09-09",
|
||||||
|
Loading…
Reference in New Issue
Block a user