From e017b0d09f5b7277b8972f3599a1d8cbc6b5c54d Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 6 Aug 2013 16:14:26 +1200 Subject: [PATCH] Fix a hacking complaint We can't land changes while hacking is unhappy. Change-Id: I8ae913a965cd9be1fecec9ea960b90c8a69dca2b --- os_collect_config/tests/test_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_collect_config/tests/test_ec2.py b/os_collect_config/tests/test_ec2.py index ba023c4..87f436a 100644 --- a/os_collect_config/tests/test_ec2.py +++ b/os_collect_config/tests/test_ec2.py @@ -25,7 +25,7 @@ from os_collect_config import ec2 from os_collect_config import exc -META_DATA = {'local-ipv4': '192.0.2.1', +META_DATA = {'local-ipv4': '192.0.2.1', 'reservation-id': str(uuid.uuid1()), 'local-hostname': 'foo', 'ami-launch-index': '0',