1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

updated tests to reflect dict vs list

This commit is contained in:
Allen Sanabria 2016-08-04 13:10:11 -07:00 committed by Matt Clay
parent 1ddfa76c12
commit 38349f226a

View file

@ -329,7 +329,7 @@ class AnsibleEc2VpcNatGatewayFunctions(unittest.TestCase):
)
)
self.assertFalse(success)
self.assertEqual(gws, [])
self.assertEqual(gws, {})
def test_gateway_in_subnet_exists_with_allocation_id(self):
client = boto3.client('ec2', region_name=aws_region)