Merge pull request #618 from mrucci/asg-delete-after-elb
ELBs can now be deleted before their autoscaling groups.
This commit is contained in:
commit
4372c346d9
2 changed files with 11 additions and 11 deletions
|
|
@ -386,7 +386,7 @@ Boto3
|
|||
|
||||
|
||||
@mock_autoscaling
|
||||
def test_create_autoscaling_group():
|
||||
def test_create_autoscaling_group_boto3():
|
||||
client = boto3.client('autoscaling', region_name='us-east-1')
|
||||
_ = client.create_launch_configuration(
|
||||
LaunchConfigurationName='test_launch_configuration'
|
||||
|
|
@ -402,7 +402,7 @@ def test_create_autoscaling_group():
|
|||
|
||||
|
||||
@mock_autoscaling
|
||||
def test_describe_autoscaling_groups():
|
||||
def test_describe_autoscaling_groups_boto3():
|
||||
client = boto3.client('autoscaling', region_name='us-east-1')
|
||||
_ = client.create_launch_configuration(
|
||||
LaunchConfigurationName='test_launch_configuration'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue