summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_openstack.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-10-20 14:27:33 -0400
committerScott Moser <smoser@ubuntu.com>2014-10-20 14:27:33 -0400
commitdff72e0f5ee4718416ab7d1c212eb480c6208218 (patch)
treee077449af4b959b0392e8712454884e1aff3bdcf /tests/unittests/test_datasource/test_openstack.py
parentcff60d55fcdffd29bd15ad199f3693aeeb2f814b (diff)
parent36bc6de57a2c9be1efe9ae7e9ebaf7fa9023d230 (diff)
downloadvyos-cloud-init-dff72e0f5ee4718416ab7d1c212eb480c6208218.tar.gz
vyos-cloud-init-dff72e0f5ee4718416ab7d1c212eb480c6208218.zip
fix 'make test' failure.
Diffstat (limited to 'tests/unittests/test_datasource/test_openstack.py')
-rw-r--r--tests/unittests/test_datasource/test_openstack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_openstack.py b/tests/unittests/test_datasource/test_openstack.py
index 7b4e651a..8becbdd2 100644
--- a/tests/unittests/test_datasource/test_openstack.py
+++ b/tests/unittests/test_datasource/test_openstack.py
@@ -318,7 +318,7 @@ class TestOpenStackDataSource(test_helpers.HttprettyTestCase):
self.assertIsNone(ds_os.version)
-class TestVendorDataLoading(unittest.TestCase):
+class TestVendorDataLoading(test_helpers.TestCase):
def cvj(self, data):
return openstack.convert_vendordata_json(data)