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 2016/04/05 13:17:11 UTC

[20/33] libcloud git commit: Fix rackspace tests

Fix rackspace tests


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

Branch: refs/heads/requests
Commit: 14b68f59e7c3180846e41fe726d43bdaffdb5327
Parents: d95474e
Author: anthony-shaw <an...@gmail.com>
Authored: Wed Mar 30 15:16:45 2016 +1100
Committer: anthony-shaw <an...@gmail.com>
Committed: Wed Mar 30 15:16:45 2016 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/14b68f59/libcloud/test/compute/test_rackspace.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_rackspace.py b/libcloud/test/compute/test_rackspace.py
index 43920e8..5d418fe 100644
--- a/libcloud/test/compute/test_rackspace.py
+++ b/libcloud/test/compute/test_rackspace.py
@@ -184,7 +184,7 @@ class RackspaceNovaLonTests(BaseRackspaceNovaTestCase, OpenStack_1_1_Tests):
     driver_args = RACKSPACE_NOVA_PARAMS
     driver_kwargs = {'region': 'lon'}
 
-    conn_classes = RackspaceNovaLonMockHttp
+    conn_class = RackspaceNovaLonMockHttp
     auth_url = 'https://lon.auth.api.example.com'
 
     expected_endpoint = 'https://lon.servers.api.rackspacecloud.com/v2/1337'