From 04b86fe362156d59e52a7c301bd7d3536988a6a7 Mon Sep 17 00:00:00 2001 From: Konstantinos Koukopoulos Date: Fri, 20 Feb 2015 17:28:49 +0200 Subject: [PATCH] add missing decorator to cloudformation test --- .../test_cloudformation_stack_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cloudformation/test_cloudformation_stack_integration.py b/tests/test_cloudformation/test_cloudformation_stack_integration.py index 4b3cc20f5..0b123c3ed 100644 --- a/tests/test_cloudformation/test_cloudformation_stack_integration.py +++ b/tests/test_cloudformation/test_cloudformation_stack_integration.py @@ -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",