summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_gitlabobject.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-03 11:59:08 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-03 11:59:08 +0100
commitfdf295f99f4e7f68e360280f103a164f447adf15 (patch)
tree5f0ed5bae2bf8246c5b0120c678f64e071527493 /gitlab/tests/test_gitlabobject.py
parentbef97fe3a06802971d67fb70c5215f200cf31147 (diff)
downloadgitlab-fdf295f99f4e7f68e360280f103a164f447adf15.tar.gz
GitLab -> Gitlab (class names)
Diffstat (limited to 'gitlab/tests/test_gitlabobject.py')
-rw-r--r--gitlab/tests/test_gitlabobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/tests/test_gitlabobject.py b/gitlab/tests/test_gitlabobject.py
index 812e6c6..99a184b 100644
--- a/gitlab/tests/test_gitlabobject.py
+++ b/gitlab/tests/test_gitlabobject.py
@@ -143,7 +143,7 @@ def resp_protect_branch_fail(url, request):
return response(400, content, headers, None, 5, request)
-class TestGitLabObject(unittest.TestCase):
+class TestGitlabObject(unittest.TestCase):
def setUp(self):
self.gl = Gitlab("http://localhost", private_token="private_token",