Route Tables: Added support for associate/disassociate subnets. (removed wayward print)
This commit is contained in:
parent
5d046c76e5
commit
d6b93af7fd
@ -163,7 +163,6 @@ def test_route_table_associations():
|
||||
|
||||
# Refresh
|
||||
route_table = conn.get_all_route_tables(route_table.id)[0]
|
||||
print route_table.__dict__
|
||||
route_table.associations.should.have.length_of(0)
|
||||
|
||||
# Associate
|
||||
|
Loading…
Reference in New Issue
Block a user