Fix cloudsigma tests
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/aac34de7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/aac34de7 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/aac34de7 Branch: refs/heads/requests Commit: aac34de798ef9462a68ec2e69e2246b498425f92 Parents: 0bfe15b Author: anthony-shaw <[email protected]> Authored: Wed Mar 30 15:20:50 2016 +1100 Committer: anthony-shaw <[email protected]> Committed: Wed Mar 30 15:20:50 2016 +1100 ---------------------------------------------------------------------- libcloud/test/compute/test_cloudsigma_v1_0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/aac34de7/libcloud/test/compute/test_cloudsigma_v1_0.py ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/test_cloudsigma_v1_0.py b/libcloud/test/compute/test_cloudsigma_v1_0.py index 197d63e..4c9f2e3 100644 --- a/libcloud/test/compute/test_cloudsigma_v1_0.py +++ b/libcloud/test/compute/test_cloudsigma_v1_0.py @@ -35,7 +35,7 @@ class CloudSigmaAPI10BaseTestCase(object): def setUp(self): self.driver = self.driver_klass(*self.driver_args, **self.driver_kwargs) - + CloudSigmaHttp.type = None self.driver.connectionCls.conn_class = CloudSigmaHttp def test_list_nodes(self):
