From d6b93af7fd83d0925a34e6fd7055616a7681645a Mon Sep 17 00:00:00 2001 From: dreadpirateshawn Date: Tue, 14 Oct 2014 07:55:36 -0700 Subject: [PATCH] Route Tables: Added support for associate/disassociate subnets. (removed wayward print) --- tests/test_ec2/test_route_tables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_ec2/test_route_tables.py b/tests/test_ec2/test_route_tables.py index ffcb9bb66..f5ed8caf7 100644 --- a/tests/test_ec2/test_route_tables.py +++ b/tests/test_ec2/test_route_tables.py @@ -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