diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-08 23:21:29 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-08 23:21:29 -0400 |
commit | 4afa528dcf2938e209b6dc852f6d4c4076084fa5 (patch) | |
tree | aff76b65089f4ebde6d24469f5502f0589263ac8 /tests | |
parent | 852968303724c979b7a94ed69abdcff9c0e3cc93 (diff) | |
download | vyos-cloud-init-4afa528dcf2938e209b6dc852f6d4c4076084fa5.tar.gz vyos-cloud-init-4afa528dcf2938e209b6dc852f6d4c4076084fa5.zip |
fix test_nocloud testcase
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_datasource/test_nocloud.py | 2 |
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) |