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/01/13 03:30:34 UTC

[07/10] libcloud git commit: fix name of profitbricks test

fix name of profitbricks test


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

Branch: refs/heads/trunk
Commit: 226783bcfa020eeb0e4738bd2a6f863f5aa72a43
Parents: fedace0
Author: Anthony Shaw <an...@apache.org>
Authored: Fri Jan 13 14:10:23 2017 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Fri Jan 13 14:10:23 2017 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/226783bc/libcloud/test/compute/test_profitbricks.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_profitbricks.py b/libcloud/test/compute/test_profitbricks.py
index ac83b1c..62c892b 100644
--- a/libcloud/test/compute/test_profitbricks.py
+++ b/libcloud/test/compute/test_profitbricks.py
@@ -4962,7 +4962,7 @@ class ProfitBricksMockHttp(MockHttp):
 
     GET     - fetch a list of snapshots
     '''
-    def _cloudapi_v3__snapshots(
+    def _cloudapi_v3_snapshots(
         self, method, url, body, headers
     ):
         if method == 'GET':