Repository: libcloud Updated Branches: refs/heads/trunk 81852763c -> f6ffaa557
Fix linting issue Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/32e9f999 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/32e9f999 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/32e9f999 Branch: refs/heads/trunk Commit: 32e9f99933cc4db89a703603b340095d6e59af3a Parents: fce3074 Author: anthony-shaw <anthonys...@apache.org> Authored: Fri Apr 15 15:59:56 2016 +1000 Committer: anthony-shaw <anthonys...@apache.org> Committed: Sat Apr 16 15:35:19 2016 +1000 ---------------------------------------------------------------------- libcloud/test/compute/test_dimensiondata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/32e9f999/libcloud/test/compute/test_dimensiondata.py ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/test_dimensiondata.py b/libcloud/test/compute/test_dimensiondata.py index 721b37e..6d66837 100644 --- a/libcloud/test/compute/test_dimensiondata.py +++ b/libcloud/test/compute/test_dimensiondata.py @@ -1737,7 +1737,7 @@ class DimensionDataMockHttp(MockHttp): body = self.fixtures.load( 'server_addDisk.xml') return (httplib.OK, body, {}, httplib.responses[httplib.OK]) - + def _caas_2_2_8a8f6abc_2745_4d8a_9cbc_8dabe5a7d0e4_server_removeDisk(self, method, url, body, headers): body = self.fixtures.load( 'server_removeDisk.xml')