clarifying comment in test case

This commit is contained in:
aimannajjar 2020-03-01 08:23:31 -05:00
parent 5b9b965647
commit 639c1abcb4

View File

@ -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)