Removed unwanted whitespace
This commit is contained in:
parent
ce3fdaa012
commit
35a60fbf49
2 changed files with 2 additions and 3 deletions
|
|
@ -742,5 +742,6 @@ def test_subnets():
|
|||
|
||||
lb = client.describe_load_balancers()['LoadBalancerDescriptions'][0]
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue