add missing decorator to cloudformation test
This commit is contained in:
parent
a9d118622a
commit
04b86fe362
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue