Skip to content

Commit

Permalink
add missing decorator to cloudformation test
Browse files Browse the repository at this point in the history
  • Loading branch information
kouk committed Feb 20, 2015
1 parent a9d1186 commit 04b86fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,8 @@ def test_sns_topic():
topic_arn_output.value.should.equal(topic_arn)



@mock_cloudformation
@mock_ec2
def test_vpc_gateway_attachment_creation_should_attach_itself_to_vpc():
template = {
"AWSTemplateFormatVersion": "2010-09-09",
Expand Down

0 comments on commit 04b86fe

Please sign in to comment.