Fix gridspot driver

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

Branch: refs/heads/requests
Commit: 0bfe15b2fd03d9067e521c330e2a7cde63de6e2e
Parents: 14b68f5
Author: anthony-shaw <anthony.p.s...@gmail.com>
Authored: Wed Mar 30 15:18:03 2016 +1100
Committer: anthony-shaw <anthony.p.s...@gmail.com>
Committed: Wed Mar 30 15:18:03 2016 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0bfe15b2/libcloud/test/compute/test_gridspot.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_gridspot.py 
b/libcloud/test/compute/test_gridspot.py
index a2e31f5..a20582c 100644
--- a/libcloud/test/compute/test_gridspot.py
+++ b/libcloud/test/compute/test_gridspot.py
@@ -34,7 +34,7 @@ from libcloud.test.secrets import GRIDSPOT_PARAMS
 class GridspotTest(unittest.TestCase, TestCaseMixin):
 
     def setUp(self):
-        GridspotNodeDriver.conectionCls.conn_class = GridspotMockHttp
+        GridspotNodeDriver.connectionCls.conn_class = GridspotMockHttp
         GridspotMockHttp.type = None
         self.driver = GridspotNodeDriver(*GRIDSPOT_PARAMS)
 

Reply via email to