summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 8d522b4..2159492 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -362,7 +362,7 @@ class Gitlab(object):
else:
return '%s%s' % (self._url, path)
- def http_request(self, verb, path, query_data={}, post_data={},
+ def http_request(self, verb, path, query_data={}, post_data=None,
streamed=False, files=None, **kwargs):
"""Make an HTTP request to the Gitlab server.