summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_nocloud.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-07-08 23:21:29 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-08 23:21:29 -0400
commit4afa528dcf2938e209b6dc852f6d4c4076084fa5 (patch)
treeaff76b65089f4ebde6d24469f5502f0589263ac8 /tests/unittests/test_datasource/test_nocloud.py
parent852968303724c979b7a94ed69abdcff9c0e3cc93 (diff)
downloadvyos-cloud-init-4afa528dcf2938e209b6dc852f6d4c4076084fa5.tar.gz
vyos-cloud-init-4afa528dcf2938e209b6dc852f6d4c4076084fa5.zip
fix test_nocloud testcase
Diffstat (limited to 'tests/unittests/test_datasource/test_nocloud.py')
-rw-r--r--tests/unittests/test_datasource/test_nocloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_nocloud.py b/tests/unittests/test_datasource/test_nocloud.py
index 62fc5358..7328b240 100644
--- a/tests/unittests/test_datasource/test_nocloud.py
+++ b/tests/unittests/test_datasource/test_nocloud.py
@@ -22,7 +22,7 @@ class TestNoCloudDataSource(MockerTestCase):
def tearDown(self):
apply_patches([i for i in reversed(self.unapply)])
- super(TestNoCloudDataSource, self).setUp()
+ super(TestNoCloudDataSource, self).tearDown()
def apply_patches(self, patches):
ret = apply_patches(patches)