Route Tables: Added support for associate/disassociate subnets. (added test threshold for Boto 2.16)
This commit is contained in:
parent
db044df0a9
commit
50d74b4811
@ -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…
Reference in New Issue
Block a user