From 639c1abcb486cd083d801122ae7f37dcaa65292f Mon Sep 17 00:00:00 2001 From: aimannajjar Date: Sun, 1 Mar 2020 08:23:31 -0500 Subject: [PATCH] clarifying comment in test case --- tests/test_ec2/test_security_groups.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ec2/test_security_groups.py b/tests/test_ec2/test_security_groups.py index ac9f39b57..7e936b7a5 100644 --- a/tests/test_ec2/test_security_groups.py +++ b/tests/test_ec2/test_security_groups.py @@ -132,6 +132,7 @@ def test_create_two_security_groups_in_vpc_with_ipv6_enabled(): GroupName="sg01", Description="Test security group sg01", VpcId=vpc.id ) + # The security group must have two defaul egress rules (one for ipv4 and aonther for ipv6) security_group.ip_permissions_egress.should.have.length_of(2)