Route Tables: Added support for associate/disassociate subnets. (added test threshold for Boto 2.16)
This commit is contained in:
parent
db044df0a9
commit
50d74b4811
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ def test_route_table_associations():
|
|||
cm.exception.request_id.should_not.be.none
|
||||
|
||||
|
||||
@requires_boto_gte("2.16.0")
|
||||
@mock_ec2
|
||||
def test_route_table_replace_route_table_association():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue