fix test
This commit is contained in:
parent
b7795b7111
commit
8b3c2b6654
@ -525,9 +525,6 @@ def test_boto3_list_stack_set_operations():
|
|||||||
@mock_cloudformation
|
@mock_cloudformation
|
||||||
def test_boto3_bad_list_stack_resources():
|
def test_boto3_bad_list_stack_resources():
|
||||||
cf_conn = boto3.client("cloudformation", region_name="us-east-1")
|
cf_conn = boto3.client("cloudformation", region_name="us-east-1")
|
||||||
cf_conn.create_stack_set(
|
|
||||||
StackSetName="test_stack_set", TemplateBody=dummy_template_json
|
|
||||||
)
|
|
||||||
with assert_raises(ClientError):
|
with assert_raises(ClientError):
|
||||||
cf_conn.list_stack_resources(StackName="test_stack_set")
|
cf_conn.list_stack_resources(StackName="test_stack_set")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user