fixed error message for releasing an ip when not waiting for the nat gateway to delete successfully 1st

Originally from ansible/ansible-modules-extras@950d76af0b
pull/18275/head
Allen Sanabria 8 years ago committed by Matt Clay
parent 423b14436a
commit e56229747a

@ -392,7 +392,7 @@ class AnsibleEc2VpcNatGatewayFunctions(unittest.TestCase):
def test_release_address(self):
client = boto3.client('ec2', region_name=aws_region)
success = (
success, _ = (
ng.release_address(
client, 'eipalloc-1234567', check_mode=True
)

Loading…
Cancel
Save