summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 349fe16..0387815 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -735,7 +735,7 @@ class ProjectCommitStatusManager(GetFromListMixin, CreateMixin, RESTManager):
'/statuses')
_obj_cls = ProjectCommitStatus
_from_parent_attrs = {'project_id': 'project_id', 'commit_id': 'id'}
- _create_attrs = (('state', 'sha'),
+ _create_attrs = (('state', ),
('description', 'name', 'context', 'ref', 'target_url',
'coverage'))