File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
@skipIf (current_region_does_not_support ([SNS ]), "SNS is not supported in this testing region" )
9
9
class TestFunctionWithSns (BaseTest ):
10
10
def test_function_with_sns_bucket_trigger (self ):
11
- self .create_and_verify_stack ("combination/function_with_sns" )
11
+ template_file_path = "combination/function_with_sns"
12
+ self .skip_using_service_detector (template_file_path )
13
+ self .create_and_verify_stack (template_file_path )
12
14
13
15
sns_client = self .client_provider .sns_client
14
16
@@ -33,7 +35,9 @@ def test_function_with_sns_bucket_trigger(self):
33
35
self .assertEqual (sqs_subscription ["TopicArn" ], sns_topic_arn )
34
36
35
37
def test_function_with_sns_intrinsics (self ):
36
- self .create_and_verify_stack ("combination/function_with_sns_intrinsics" )
38
+ template_file_path = "combination/function_with_sns_intrinsics"
39
+ self .skip_using_service_detector (template_file_path )
40
+ self .create_and_verify_stack (template_file_path )
37
41
38
42
sns_client = self .client_provider .sns_client
39
43
You can’t perform that action at this time.
0 commit comments