Removed unwanted whitespace
This commit is contained in:
parent
ce3fdaa012
commit
35a60fbf49
@ -459,9 +459,7 @@ DESCRIBE_LOAD_BALANCERS_TEMPLATE = """<DescribeLoadBalancersResponse xmlns="http
|
|||||||
</BackendServerDescriptions>
|
</BackendServerDescriptions>
|
||||||
<Subnets>
|
<Subnets>
|
||||||
{% for subnet in load_balancer.subnets %}
|
{% for subnet in load_balancer.subnets %}
|
||||||
<member>
|
<member>{{ subnet }}</member>
|
||||||
{{ subnet }}
|
|
||||||
</member>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</Subnets>
|
</Subnets>
|
||||||
</member>
|
</member>
|
||||||
|
@ -742,5 +742,6 @@ def test_subnets():
|
|||||||
|
|
||||||
lb = client.describe_load_balancers()['LoadBalancerDescriptions'][0]
|
lb = client.describe_load_balancers()['LoadBalancerDescriptions'][0]
|
||||||
lb.should.have.key('Subnets').which.should.have.length_of(1)
|
lb.should.have.key('Subnets').which.should.have.length_of(1)
|
||||||
|
lb['Subnets'][0].should.equal(subnet.id)
|
||||||
|
|
||||||
lb.should.have.key('VPCId').which.should.equal(vpc.id)
|
lb.should.have.key('VPCId').which.should.equal(vpc.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user