You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/05/02 05:12:13 UTC

[03/12] libcloud git commit: fix abiquo test

fix abiquo test


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e19d272c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e19d272c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e19d272c

Branch: refs/heads/trunk
Commit: e19d272cf02cb7c8bdbb48ad180a9f349d93a3a8
Parents: 671d842
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Apr 24 12:00:51 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Apr 24 12:00:51 2017 +1000

----------------------------------------------------------------------
 libcloud/test/compute/test_abiquo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e19d272c/libcloud/test/compute/test_abiquo.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_abiquo.py b/libcloud/test/compute/test_abiquo.py
index e5452ee..62a1ceb 100644
--- a/libcloud/test/compute/test_abiquo.py
+++ b/libcloud/test/compute/test_abiquo.py
@@ -29,7 +29,7 @@ from libcloud.test import MockHttp, unittest
 from libcloud.test.file_fixtures import ComputeFileFixtures
 
 
-class AbiquoNodeDriverTest(TestCaseMixin):
+class AbiquoNodeDriverTest(TestCaseMixin, unittest.TestCase):
     """
     Abiquo Node Driver test suite
     """