summaryrefslogtreecommitdiff
path: root/tests/unittests/test_ec2_util.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-07-24 08:49:42 -0400
committerScott Moser <smoser@ubuntu.com>2014-07-24 08:49:42 -0400
commit84ee0821f32c652fd377663c2e73658437ae99ab (patch)
treecbebe02dbaa15307c9992d068a714613be2fdce1 /tests/unittests/test_ec2_util.py
parenta000671207ee4a445261b05d22c2f3357b413053 (diff)
parent27ce1e10692e93cfb9b87df547de4e0930ec4d28 (diff)
downloadvyos-cloud-init-84ee0821f32c652fd377663c2e73658437ae99ab.tar.gz
vyos-cloud-init-84ee0821f32c652fd377663c2e73658437ae99ab.zip
merge from trunk
Diffstat (limited to 'tests/unittests/test_ec2_util.py')
-rw-r--r--tests/unittests/test_ec2_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_ec2_util.py b/tests/unittests/test_ec2_util.py
index 26cd12ec..700254a3 100644
--- a/tests/unittests/test_ec2_util.py
+++ b/tests/unittests/test_ec2_util.py
@@ -6,7 +6,7 @@ from cloudinit import url_helper as uh
import httpretty as hp
-class TestEc2Util(helpers.TestCase):
+class TestEc2Util(helpers.HttprettyTestCase):
VERSION = 'latest'
@hp.activate