Add requestid checking for autoscaling
This commit is contained in:
parent
acdb1c9768
commit
570b73691b
1 changed files with 1 additions and 0 deletions
|
|
@ -543,6 +543,7 @@ def test_describe_load_balancers():
|
|||
)
|
||||
|
||||
response = client.describe_load_balancers(AutoScalingGroupName='test_asg')
|
||||
assert response['ResponseMetadata']['RequestId']
|
||||
list(response['LoadBalancers']).should.have.length_of(1)
|
||||
response['LoadBalancers'][0]['LoadBalancerName'].should.equal('my-lb')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue