updated tests to reflect dict vs list

Originally from ansible/ansible-modules-extras@461553bda8
pull/18275/head
Allen Sanabria 8 years ago committed by Matt Clay
parent 56377b9d00
commit 423b14436a

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

Loading…
Cancel
Save